aboutsummaryrefslogtreecommitdiffstats
path: root/templates/base.html
blob: 538d7db1dc4b6c4cbf04162a75984258dcb62ee3 (plain)
1
2
3
4
5
6
7
8
{{ define "HEADER" }}<html>
<head>
<title>bombom</title>
<link rel="stylesheet" type="text/css" href="/static/default.css"></link>
</head>
<body>{{ end }}
{{ define "FOOTER" }}</body>
</html>{{ end }}