templating
Basics
Control
{% for topic in NAVBAR_LIST %}
<div> {{topic}} </div>
<div> {{topic}} </div>
{% endfor %}{% if variable is defined %}
value of variable: {{ variable }}
{% else %}
variable is not defined
{% endif %}Filters
BLOCKS
Macros
Linking with url_for
No Blueprint
Last updated