diff options
Diffstat (limited to 'parts/django/tests/templates/base.html')
-rw-r--r-- | parts/django/tests/templates/base.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/parts/django/tests/templates/base.html b/parts/django/tests/templates/base.html new file mode 100644 index 0000000..611bc09 --- /dev/null +++ b/parts/django/tests/templates/base.html @@ -0,0 +1,8 @@ +<html> +<head></head> +<body> +<h1>Django Internal Tests: {% block title %}{% endblock %}</h1> +{% block content %} +{% endblock %} +</body> +</html>
\ No newline at end of file |