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

758eb94eb9ac7b21bc1822c78ba7f16389583a15 · 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>