summaryrefslogtreecommitdiff
path: root/src/templates/son.tmpl
blob: 9b16c7009c3c6d5db14c99062eb555edc683bfea (plain)
1
2
3
4
5
6
7
8
9
{% extends "parent.html" %}

{% block left %}
This is the left side!
{% endblock %}

{% block right %}
This is the right side!
{% endblock %}