5 lines
181 B
HTML
5 lines
181 B
HTML
{{ define "main" }}
|
|
<div class="notfound">
|
|
{{- partial "components/image.html" (dict "type" "svg" "url" "/images/notfound.svg" "alt" "Not Found Image") -}}
|
|
</div>
|
|
{{ end }}
|