we are migrating to askama
This commit is contained in:
parent
bb95b7dcd6
commit
976aea34ee
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ Askama templates support quite sophisticated control flow. To keep our templates
|
|||
simple and understandable, we use only a subset: `if` and `for`. In particular
|
||||
we avoid [assignments in the template logic][assignments] and [Askama
|
||||
macros][macros]. This also may make things easier if we switch to a different
|
||||
Jinja-style template system, like Askama, in the future.
|
||||
Jinja-style template system in future.
|
||||
|
||||
[assignments]: https://djc.github.io/askama/template_syntax.html#assignments
|
||||
[macros]: https://djc.github.io/askama/template_syntax.html#macros
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue