Implement rudimentary wikitext renderer and buff deploy_archives script to be able to deploy the wiki archive, as well as sql/sqlite/xml data dumps.

This commit is contained in:
2020-08-17 01:51:09 -05:00
parent 0b1320a9da
commit 54fa852897
7 changed files with 121 additions and 31 deletions

View File

@@ -1,6 +1,6 @@
{{>header}}
<h2>{{page.title}}</h2>
<article>
{{text}}
<article class="page">
{{{text}}}
</article>
{{>footer}}