2020-08-22 07:20:08 -04:00
|
|
|
{{ define "main" }}
|
2020-09-12 04:33:53 -04:00
|
|
|
<div class="not-found-card">
|
2020-12-18 19:41:26 -05:00
|
|
|
<h1 class="article-title">{{ T "notFound.title" }}</h1>
|
|
|
|
<h2 class="article-subtitle">{{ T "notFound.subtitle" }}</h2>
|
2020-09-12 04:33:53 -04:00
|
|
|
</div>
|
|
|
|
{{ partialCached "footer/footer" . }}
|
2020-08-22 07:20:08 -04:00
|
|
|
{{ end }}
|