aboutsummaryrefslogtreecommitdiff
path: root/themes/alps/error.html
blob: 2e25f60a88eae077e4b892c1e866e38eba475a42 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{{template "head.html" .}}

<div class="page-wrap">
  <div class="container error">
    <h1>{{.Code}}: {{.Status}}</h1>
    <p>
      An error occured. You can try
      <a href="/">returning to your inbox</a>,
      or contact support.
    </p>
  </div>
</div>

{{template "foot.html"}}