404.html 220 B

12345678910
  1. {{ define "main"}}
  2. <article class="blog-post">
  3. <header>
  4. <h2 class="blog-post-title">Page Not Found</h2>
  5. </header>
  6. <p>Page not found. Go back <a href="{{ "/" | relLangURL }}">home</a>.</p>
  7. </article>
  8. {{ end }}