surwiki/templates/system_page_layout.html
Magnus Hoff e4629d8edb Refactor rendering of pages to centralize header layout.
Convert all pages to new layout
2018-06-17 10:43:47 +02:00

13 lines
159 B
HTML

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