404.html 150 B

12345678
  1. {{template "header.html" .}}
  2. <div class="container some-text pt-3">
  3. <h2>404</h2>
  4. <div>
  5. Page not found!
  6. </div>
  7. </div>
  8. {{template "footer.html" .}}