{% block header %}

Top level template

{% endblock %}
{% block fragments %}

Fragments list

{% include 'fragment.html' with parent='root' %} {% include 'fragment.html' with parent='root' orientation="landscape" %} {% include 'fragment.html' with parent='root' orientation="portrait" %} {% endblock %}