summaryrefslogtreecommitdiffstats
path: root/templates/flatpage.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/flatpage.html')
-rw-r--r--templates/flatpage.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/flatpage.html b/templates/flatpage.html
new file mode 100644
index 0000000..ef8c4ab
--- /dev/null
+++ b/templates/flatpage.html
@@ -0,0 +1,9 @@
+<html>
+<head>
+{{ head|safe }}
+</head>
+<body>
+{{ body|safe }}
+{% if editable %}<a href="{% url editflatpage path %}">Edit</a>{% endif %}
+</body>
+</html>