diff options
| author | Andrew Godwin | 2022-12-16 21:27:55 -0700 |
|---|---|---|
| committer | Andrew Godwin | 2022-12-16 21:27:55 -0700 |
| commit | 23a3f7e9d2d9f149e6f9aab1f122d40825e9014d (patch) | |
| tree | 369f48825c70b5a7049ecf557232a47a3f6419e8 /templates/flatpage.html | |
| parent | a7d389020a00a9c75281d66cdaf6a5e12b3dc2ba (diff) | |
| download | takahe-23a3f7e9d2d9f149e6f9aab1f122d40825e9014d.tar.gz takahe-23a3f7e9d2d9f149e6f9aab1f122d40825e9014d.tar.bz2 takahe-23a3f7e9d2d9f149e6f9aab1f122d40825e9014d.zip | |
Flatpage styling
Diffstat (limited to 'templates/flatpage.html')
| -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 %} |
