aboutsummaryrefslogtreecommitdiffstats
path: root/testing/templates/include-extends.html
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--testing/templates/include-extends.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/testing/templates/include-extends.html b/testing/templates/include-extends.html
new file mode 100644
index 0000000..371c133
--- /dev/null
+++ b/testing/templates/include-extends.html
@@ -0,0 +1,4 @@
+<div>
+ <h1>Welcome</h1>
+ {% include "include-extends-included.html" %}
+</div>