aboutsummaryrefslogtreecommitdiff
path: root/views/login.html
blob: 934d575bc88fb50ee3198c61e2007bc11eb98ca0 (plain)
1
2
3
4
5
6
7
8
9
10
{{ define "login" }}
<html>
	<head>
		<title>Grilist - Login</title>
	</head>
	<body>
		Benis.
	</body>
</html>
{{ end }}