diff options
Diffstat (limited to 'parts/django/tests/templates/extended.html')
-rw-r--r-- | parts/django/tests/templates/extended.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/parts/django/tests/templates/extended.html b/parts/django/tests/templates/extended.html new file mode 100644 index 0000000..e0d8a13 --- /dev/null +++ b/parts/django/tests/templates/extended.html @@ -0,0 +1,5 @@ +{% extends "base.html" %} +{% block title %}Extended template{% endblock %} +{% block content %} +This is just a template extending the base. +{% endblock %}
\ No newline at end of file |