8 lines (8 loc) · 303 B
1{{ define "main" }}
2<section class="error-page">
3  <p class="error-page__code">404</p>
4  <h1 class="error-page__title">Page not found</h1>
5  <p class="error-page__body">The page you're looking for doesn't exist or has moved</p>
6  <a href="/" class="tag-back__link">Back to home</a>
7</section>
8{{ end }}