summaryrefslogtreecommitdiff
path: root/themes/blowfish/layouts/404.html
blob: e73c98ce2a86bb03b37ac4e0f5064a2cc98a7d8a (plain)
1
2
3
4
5
6
7
8
9
{{ define "main" }}
  <h1 class="mb-3 text-4xl font-extrabold">{{ i18n "error.404_title" | emojify }}</h1>
  <p class="mt-8 mb-12 text-neutral-400 dark:text-neutral-500">
    {{ i18n "error.404_error" | emojify }}
  </p>
  <div class="prose dark:prose-invert">
    <p>{{ i18n "error.404_description" | emojify }}</p>
  </div>
{{ end }}