4o1x5.dev/layouts/404.html

10 lines
270 B
HTML
Raw Normal View History

2024-04-28 11:42:37 +02:00
{{ define "main" }}
<div class="not-found-card">
<p>404</p>
<h1 class="article-title">{{ T "notFound.title" }}</h1>
<h2 class="article-subtitle">{{ T "notFound.subtitle" }}</h2>
</div>
{{ partialCached "footer/footer" . }}
{{ end }}