404.html 249 B

1234567
  1. {{ define "main" }}
  2. <div class="not-found-card">
  3. <h1 class="article-title">{{ T "notFound.title" }}</h1>
  4. <h2 class="article-subtitle">{{ T "notFound.subtitle" }}</h2>
  5. </div>
  6. {{ partialCached "footer/footer" . }}
  7. {{ end }}