summaryrefslogtreecommitdiff
path: root/templates/pages/notfound.gohtml
blob: 4112bc9bd9a9fbea8e34febd667474bbb37056a6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{{template "layout.gohtml" .}}
{{define "content"}}
<div class="flex content three">
    <div class="full off-third-800 third-800">
        <h1>Not found.</h1>
        <p>Link expired or already viewed.</p>
        <a href="/" class="button"><i class="icon-left-big"></i>&nbsp;Back</a>
    </div>
</div>
{{ end }}