diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/flatpage.html | 2 |
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 %} |