aboutsummaryrefslogtreecommitdiff
path: root/tests/data/01/child.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/01/child.tmpl')
-rw-r--r--tests/data/01/child.tmpl5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/data/01/child.tmpl b/tests/data/01/child.tmpl
new file mode 100644
index 0000000..05467a6
--- /dev/null
+++ b/tests/data/01/child.tmpl
@@ -0,0 +1,5 @@
+{% extends "base.tmpl" %}
+
+{% block content %}
+Child content
+{% endblock %} \ No newline at end of file