summaryrefslogtreecommitdiff
path: root/src/templates/parent.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'src/templates/parent.tmpl')
-rw-r--r--src/templates/parent.tmpl13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/templates/parent.tmpl b/src/templates/parent.tmpl
new file mode 100644
index 0000000..dcf9211
--- /dev/null
+++ b/src/templates/parent.tmpl
@@ -0,0 +1,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>