feat: create support for templates

This commit is contained in:
2025-02-15 22:43:25 +01:00
parent e19bf14a43
commit 61cd888620
6 changed files with 234 additions and 38 deletions

View File

@@ -20,4 +20,10 @@ project {
}
}
}
templates type=jinja2 {
path "templates/*.jinja2"
output "output/"
}
}

View File

@@ -0,0 +1 @@
something