gohugo-theme-bree/layouts/404.html
2022-05-28 15:15:11 +02:00

17 lines
349 B
HTML

{{ define "main" }}
<section class="introduction">
<div class="container">
<h1 class="accent">404</h1>
<p><strong>{{ i18n "404_title" }}</strong></p>
</div>
<p>{{ i18n "404_description" }}</p>
<p><a href="{{ "/" | relURL }}">{{ i18n "404_back" }} </a>.</p>
</section>
<hr>
{{- partial "mini-toc" . -}}
{{ end }}