squirrel/layouts/404.html

6 lines
181 B
HTML
Raw Normal View History

2022-06-27 16:09:44 +02:00
{{ define "main" }}
<div class="notfound">
{{- partial "components/image.html" (dict "type" "svg" "url" "/images/notfound.svg" "alt" "Not Found Image") -}}
</div>
{{ end }}