Convert templates to pongo2
This commit is contained in:
parent
7689f2f1d4
commit
ee9f0d8777
22 changed files with 311 additions and 136 deletions
12
.vscode/settings.json
vendored
12
.vscode/settings.json
vendored
|
|
@ -1,5 +1,11 @@
|
|||
{
|
||||
"editor.tabSize": 2,
|
||||
"editor.detectIndentation": false,
|
||||
"editor.insertSpaces": false
|
||||
"editor.tabSize": 2,
|
||||
"editor.detectIndentation": false,
|
||||
"editor.insertSpaces": false,
|
||||
"files.associations": {
|
||||
"*.html": "twig"
|
||||
},
|
||||
"emmet.includeLanguages": {
|
||||
"twig": "html"
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue