summaryrefslogtreecommitdiff
path: root/templates/index.html.j2
diff options
context:
space:
mode:
authoryuzu-eva <cafebabe@disroot.org>2025-03-11 03:04:37 +0100
committeryuzu-eva <cafebabe@disroot.org>2025-03-11 03:04:37 +0100
commite2d1d421e422790b956e57e40522630221eae02c (patch)
tree5a0fe6d84a845c2d70bed1f47d17fc259df71021 /templates/index.html.j2
parent1d1383ce943cf6b1ddb32b031a9c9a10e29f98fe (diff)
got website working; final touches are needed
Diffstat (limited to 'templates/index.html.j2')
-rw-r--r--templates/index.html.j22
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 %}