accept review suggestion

Co-authored-by: Dániel Buga <bugadani@gmail.com>
This commit is contained in:
Tshepang Mbambo 2023-06-28 18:34:35 +02:00 committed by GitHub
parent 976aea34ee
commit 545cd1bd5b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 in future.
Jinja-style template system in the future.
[assignments]: https://djc.github.io/askama/template_syntax.html#assignments
[macros]: https://djc.github.io/askama/template_syntax.html#macros