Use askama to render test template
This commit is contained in:
parent
3f5ad25f9e
commit
8b5bfdd231
7 changed files with 152 additions and 2 deletions
4
.vscode/settings.json
vendored
4
.vscode/settings.json
vendored
|
|
@ -1,4 +1,8 @@
|
|||
{
|
||||
"json.format.keepLines": true,
|
||||
"typescript.format.semicolons": "insert",
|
||||
"files.associations": {
|
||||
"**/templates/**/*.html": "jinja-html",
|
||||
},
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue