summaryrefslogtreecommitdiff
path: root/views/index.gohtml
blob: 03573ee25ff269128f0411b06d6118b69c5ef8f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{{ define "index" }}
    <!DOCTYPE html>
    <html lang="en">
        <head>
	    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
	    <meta name="description" content="" />
	    <meta name="author" content="" />
	    <meta name="viewport" content="user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, width=device-width" />
	    <title></title>
	    <link href="static/style.css" rel="stylesheet" />
        </head>
        <body>
            {{ template "page" . }}
        </body>
    </html>
{{ end }}