diff options
| author | yuzu-eva <cafebabe@disroot.org> | 2025-03-11 03:04:37 +0100 |
|---|---|---|
| committer | yuzu-eva <cafebabe@disroot.org> | 2025-03-11 03:04:37 +0100 |
| commit | e2d1d421e422790b956e57e40522630221eae02c (patch) | |
| tree | 5a0fe6d84a845c2d70bed1f47d17fc259df71021 /templates/index.html.j2 | |
| parent | 1d1383ce943cf6b1ddb32b031a9c9a10e29f98fe (diff) | |
got website working; final touches are needed
Diffstat (limited to 'templates/index.html.j2')
| -rw-r--r-- | templates/index.html.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.html.j2 b/templates/index.html.j2 index fa4873e..bc21bcf 100644 --- a/templates/index.html.j2 +++ b/templates/index.html.j2 @@ -1,4 +1,4 @@ {% extends "template.html.j2" %} {% block content %} - {{ content|safe }} + {{markdown|safe}} {% endblock %} |
