{{ define "main"}}

<article class="blog-post">
  <header>
    <h2 class="blog-post-title">Page Not Found</h2>
  </header>
  <p>Page not found. Go back <a href="{{ "/" | relLangURL }}">home</a>.</p>
</article>

{{ end }}