404.html 183 B

12345678
  1. {{template "header.html" .}}
  2. <div class="container some-text pt-3">
  3. <h2>Error 404</h2>
  4. <div>
  5. The page what you looking for is not found
  6. </div>
  7. </div>
  8. {{template "footer.html" .}}