diff options
Diffstat (limited to 'testing/templates/size-child-super.txt')
-rw-r--r-- | testing/templates/size-child-super.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testing/templates/size-child-super.txt b/testing/templates/size-child-super.txt new file mode 100644 index 0000000..77c2916 --- /dev/null +++ b/testing/templates/size-child-super.txt @@ -0,0 +1,2 @@ +{% extends "size-parent.txt" %} +{% block main %}{% call super() %}{% endblock %} |