aboutsummaryrefslogtreecommitdiff
path: root/templates/flatpages/default.html
diff options
context:
space:
mode:
authorAlban Gruin2017-11-06 08:21:35 +0100
committerAlban Gruin2017-11-06 08:21:35 +0100
commit771f4ebb8f1e27212bfce413ea664a73c7a86965 (patch)
tree2b0525b27ff4706ff8e4eff510b464c3cb86b9e2 /templates/flatpages/default.html
parent959bbaa5170aea4a9600d774280d44fc5107fdae (diff)
parentbafa5f07a4e1b5c2cc2bb234ad2f12929a983025 (diff)
Merge commit 'bafa5f07a4e1b5c2cc2bb234ad2f12929a983025'
Diffstat (limited to 'templates/flatpages/default.html')
-rw-r--r--templates/flatpages/default.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/flatpages/default.html b/templates/flatpages/default.html
new file mode 100644
index 0000000..913cda9
--- /dev/null
+++ b/templates/flatpages/default.html
@@ -0,0 +1,8 @@
+{% extends "index.html" %}
+
+{% block title %}{{ flatpage.title }} – {% endblock %}
+
+{% block body %}
+ <h3>{{ flatpage.title }}</h3>
+ {{ flatpage.content }}
+{% endblock %}