Files
knaeckeboot-eu/themes/bluewater/layouts/404.html
T
Konstantin Kollar 8529ee86e4 Initial commit
2022-10-03 21:13:35 +02:00

6 lines
162 B
HTML

{{ define "main" }}
<div class="flex justify-center">
<div class="flex w-3/4 min-h-[80vh]">404 - Page not found</div>
</div>
{{/* {{ .Content }} */}} {{ end }}