10 lines
270 B
HTML
10 lines
270 B
HTML
|
{{ 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 }}
|