summaryrefslogtreecommitdiff
path: root/src/templates/parent.tmpl
blob: dcf9211b7b6eac4834cbca150137115333653477 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{% block header %}
This is the default content
{% endblock %}

<section class="left">
  {% block left %}{% endblock %}
</section>

<section class="right">
  {% block right %}
  This is more content
  {% endblock %}
</section>