Files
congo-hindi-gujarati/layouts/404.html
T
James Panther 64dd424b80 Add i18n support
2021-08-17 16:48:08 +10:00

8 lines
321 B
HTML

{{ define "main" }}
<h1 class="mb-3 text-4xl font-extrabold">{{ i18n "error.404_title" | emojify }}</h1>
<p class="mt-8 mb-12 text-gray-400 dark:text-gray-500">{{ i18n "error.404_error" | emojify }}</p>
<div class="prose dark:prose-light">
<p>{{ i18n "error.404_description" | emojify }}</p>
</div>
{{ end }}