summaryrefslogtreecommitdiff
path: root/themes/new_theme/layouts/404.html
blob: 6e067f0168889b3076b3f518cdf3bf2a868b8b5f (plain)
1
2
3
4
5
6
7
8
{{ define "main" }}
<main class="main" role="main">
	<div class="warning">
		<h1 class="warning__headline">{{ T "404_title" }}</h1>
		<p class="warning__text">{{ T "404_text" }} <a href="{{ "" | relLangURL }}">{{ T "404_linktext" }}</a>.</p>
	</div>
</main>
{{ end }}