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