summaryrefslogtreecommitdiff
path: root/objectapp/tests/templates/objectapp/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'objectapp/tests/templates/objectapp/base.html')
-rw-r--r--objectapp/tests/templates/objectapp/base.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/objectapp/tests/templates/objectapp/base.html b/objectapp/tests/templates/objectapp/base.html
new file mode 100644
index 0000000..c938356
--- /dev/null
+++ b/objectapp/tests/templates/objectapp/base.html
@@ -0,0 +1,9 @@
+<html>
+ <head>
+ <title>Objectapp's Blog - {% block title %}{% endblock %}</title>
+ </head>
+ <body>
+ {% block content %}{% endblock %}
+ </body>
+</html>
+