aboutsummaryrefslogtreecommitdiff
path: root/wqflask
diff options
context:
space:
mode:
Diffstat (limited to 'wqflask')
-rw-r--r--wqflask/wqflask/templates/glossary.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/wqflask/wqflask/templates/glossary.html b/wqflask/wqflask/templates/glossary.html
index 80e74ceb..718baf13 100644
--- a/wqflask/wqflask/templates/glossary.html
+++ b/wqflask/wqflask/templates/glossary.html
@@ -3,5 +3,7 @@
{% block title %}Glossary{% endblock %}
{% block content %}
-<p id="mytest"> Test</p>
+
+{{ rendered_markdown|safe }}
+
{% endblock %}