diff options
Diffstat (limited to '')
-rw-r--r-- | testing/templates/include-extends.html | 4 |
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> |