epilogue/templates/page.mustache
Adrian Malacoda dc0191a04a Rudimentary support for building wiki archives. The content is dumped to html but the wikitext isn't parsed yet.
mwparserfromhell is used for parsing wikitext but it has no support for rendering to HTML so we'll have to build it manually.
2020-08-11 10:44:06 -05:00

6 lines
81 B
Plaintext

{{>header}}
<h2>{{page.title}}</h2>
<article>
{{text}}
</article>
{{>footer}}