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