diff options
author | BonfaceKilz | 2020-11-03 20:54:09 +0300 |
---|---|---|
committer | BonfaceKilz | 2020-11-03 21:05:28 +0300 |
commit | f2ffa6a8bcd94a3435a19d82700465c4b9508f00 (patch) | |
tree | b9f9f3c9336e6669ec58a3655e30b6a7bb2673e9 | |
parent | ddd071b2bd50d243c01c335e06955316df08fc45 (diff) | |
download | genenetwork2-f2ffa6a8bcd94a3435a19d82700465c4b9508f00.tar.gz |
Update glossary template with markdown content
-rw-r--r-- | wqflask/wqflask/templates/glossary.html | 4 |
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 %} |