hugo-theme-stack/layouts/404.html
2022-10-22 20:22:15 +05:30

8 lines
250 B
HTML

{{ define "main" }}
<div class="not-found-card">
<h1 class="article-title">{{ T "notFound.title" }}</h1>
<h2 class="article-subtitle">{{ T "notFound.subtitle" }}</h2>
</div>
{{ partialCached "footer/footer" . }}
{{ end }}