Pass config to template

This commit is contained in:
2022-07-15 14:07:23 +03:00
parent 636ac88daf
commit 874fb9591e
3 changed files with 82 additions and 72 deletions

View File

@@ -9,8 +9,12 @@
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
</head>
<body>
{{markdown|safe}}
<div class="pagehead">
</div>
<div class="pagebody">
{{markdown|safe}}
</div>
</body>
</html>