aboutsummaryrefslogtreecommitdiffstats
path: root/testing/templates/nested-base.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/templates/nested-base.html')
-rw-r--r--testing/templates/nested-base.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/testing/templates/nested-base.html b/testing/templates/nested-base.html
new file mode 100644
index 0000000..2ae4255
--- /dev/null
+++ b/testing/templates/nested-base.html
@@ -0,0 +1,4 @@
+{% block content %}
+loopy
+{% block foo %}Foo{% endblock %}
+{% endblock %}