aboutsummaryrefslogtreecommitdiffstats
path: root/testing/templates/include-extends-base.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/templates/include-extends-base.html')
-rw-r--r--testing/templates/include-extends-base.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/testing/templates/include-extends-base.html b/testing/templates/include-extends-base.html
new file mode 100644
index 0000000..7a54ca0
--- /dev/null
+++ b/testing/templates/include-extends-base.html
@@ -0,0 +1,6 @@
+<div>
+ <p>Below me is the header</p>
+ {% block header %}{% endblock %}
+ <p>Above me is the header</p>
+</div>
+Hello, {{ name }}!