summaryrefslogtreecommitdiff
path: root/templates/pages/notfound.gohtml
blob: d1b6e85c68e8fa06bc68c6126a5fb9860ecda4b9 (plain) (blame)
1
2
3
4
5
{{template "layout.gohtml" .}}
{{define "content"}}
    <h1>Not found.</h1>
    <p>Link expired or already viewed.</p>
{{ end }}