epilogue/templates/page.mustache

7 lines
113 B
Plaintext

{{>header}}
{{>wiki_notice}}
<h2>{{page.title}}</h2>
<article class="page">
{{{text}}}
</article>
{{>footer}}