Jinja

Control flow statements

{% foobar %} #control statement
{% for %}
   gone_with_the_wind
{% endfor %}
{% if %}
   black_life
{% else %}
   white_death
{% endif %}

Expression

{{ crazy_cow }} 

Override in other templates

{% block stupid_tiger %}{% endblock %} #override