summaryrefslogtreecommitdiff
path: root/templates/pages/notfound.gohtml
blob: 911f8e16b0ecde53857891ca5a2e430231fec91d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{{template "layout.gohtml" .}}
{{define "content"}}
<div class="layout-center">
    <form action="/">
        <h1>Not found.</h1>
        <p>Link expired or already viewed.</p>
        <input type="submit" value="&larr; Back">
    </form>
</div>
{{ end }}