surwiki/templates/simple.html

12 lines
133 B
HTML
Raw Normal View History

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