diff options
Diffstat (limited to 'tests/template_tests/templates/partial_base.html')
| -rw-r--r-- | tests/template_tests/templates/partial_base.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/template_tests/templates/partial_base.html b/tests/template_tests/templates/partial_base.html new file mode 100644 index 0000000000..c23da046f5 --- /dev/null +++ b/tests/template_tests/templates/partial_base.html @@ -0,0 +1,2 @@ +{% block main %} +{% endblock main %} |
