diff options
Diffstat (limited to 'testing/templates/include-extends-included.html')
-rw-r--r-- | testing/templates/include-extends-included.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testing/templates/include-extends-included.html b/testing/templates/include-extends-included.html new file mode 100644 index 0000000..03b7553 --- /dev/null +++ b/testing/templates/include-extends-included.html @@ -0,0 +1,2 @@ +{% extends "include-extends-base.html" %} +{% block header %}foo{% endblock %} |