{{ partial "header.html" . }}
<section class="hero is-warning is-fullheight">
<div class="hero-body">
<h1 class="title">
Not found
</h1>
<a href="/">Back to home page</a>
</div>
</section>