aboutsummaryrefslogtreecommitdiff
path: root/views/gril.html
blob: d623abff9d896f3245c2cd1a856b3694acda7784 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{{ define "gril" }}
{{ $gril := .gril }}
<html>
        <head>
				{{ template "materialize" }}
                <title>grilist</title>
				<link rel="stylesheet" href="/assets/css/gril.css" />
                <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
        </head>
        <body>
			{{ template "navbar" . }}
			<div class="container">
				<h1>{{ $gril.RomajiName }}<small>{{ $gril.KanjiName }}</small></h1>
			</div>
        </body>
</html>
{{ end }}