summaryrefslogtreecommitdiffstats
path: root/templates/flatpage.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/flatpage.html')
-rw-r--r--templates/flatpage.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/flatpage.html b/templates/flatpage.html
index b24a6b8..e547962 100644
--- a/templates/flatpage.html
+++ b/templates/flatpage.html
@@ -4,5 +4,7 @@
{% block content %}
<h1>{{ title }}</h1>
+ <div class="markdown">
{{ content }}
+ </div>
{% endblock %}