omegamma/layouts/404.html
2021-06-14 17:16:22 +02:00

4 lines
217 B
HTML

{{ define "main"}}
{{ partial "section1.html" (dict "Image" "/img/app0.png" "Content" ("<h1>404. Page not found</h1><br><a role='button' class='primary' href='/'>Return to main page</a>" | safeHTML)) }}
{{ end }}