xxxxxxxxxx
{% include "to_be_included.html" with context %}
xxxxxxxxxx
{% from 'forms.html' import input with context %}
{% include 'header.html' without context %}
xxxxxxxxxx
{% for d in dicts %}
{% set template = d.type + '.html' %} {% include template %}
{% endfor %}