aboutsummaryrefslogtreecommitdiff
path: root/tests/data/01/base.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/01/base.tmpl')
-rw-r--r--tests/data/01/base.tmpl9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/data/01/base.tmpl b/tests/data/01/base.tmpl
new file mode 100644
index 0000000..6ca89cb
--- /dev/null
+++ b/tests/data/01/base.tmpl
@@ -0,0 +1,9 @@
+Header
+
+{% block content %}
+Content
+{% endblock %}
+
+{% block footer %}
+Footer
+{% endblock %} \ No newline at end of file