surwiki/templates/simple.html
2017-11-02 14:48:22 +01:00

11 lines
133 B
HTML

<div class="container">
<header>
<h1>{{title}}</h1>
</header>
<article>
{{{html_body}}}
</article>
</div>
{{>footer/default.html}}