feat: create support for templates
This commit is contained in:
@@ -20,4 +20,10 @@ project {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
templates type=jinja2 {
|
||||
path "templates/*.jinja2"
|
||||
output "output/"
|
||||
}
|
||||
}
|
||||
|
||||
|
1
examples/project/templates/something.yaml.jinja2
Normal file
1
examples/project/templates/something.yaml.jinja2
Normal file
@@ -0,0 +1 @@
|
||||
something
|
Reference in New Issue
Block a user