themes/hugo-coder/layouts/partials/404.html

b98966e4666a527b281aab7b4a0de9886e12b257 · 234 B · 7 lines raw

1 <section class="container centered">
2 <div class="error">
3 <h1>404</h1>
4 <h2>{{ i18n "page_not_found" }}</h2>
5 <p>{{ i18n "page_does_not_exist" }}<br />{{ i18n "head_back" .Site.BaseURL | safeHTML }}</p>
6 </div>
7 </section>