surwiki/templates/system_page_layout.html

14 lines
159 B
HTML
Raw Permalink Normal View History

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