aboutsummaryrefslogtreecommitdiff
path: root/static/index.html
blob: 2840a834addc7194bf6b58bb415452ecca94cc40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{{ define "header" }}
{{ end }}

{{ define "top" }}{{ end }}
{{ define "content" }}
<div style="text-align: center; max-width: 800px; margin: 0 auto;">
  <h1>{{ .Title }}</h1>
  <p style="text-align: justify">{{.Message}}</p>
</div>
{{ end }}
{{ define "bottom" }}{{ end }}

{{ define "script" }}
{{ end }}