summaryrefslogtreecommitdiff
path: root/view/html/head.html
blob: cebfa0ff8243dfb70a73186783d2417a0c8479b1 (plain)
1
2
3
4
5
6
7
8
9
{{define "head"}}
<head>
	<title>Recipes</title>
	<meta charset="utf-8"/>
	<meta name="viewport" content="width=device-width, initial-scale=1.0">
	<link rel="stylesheet" href="/static/view/static/simple.css/simple.css" type="text/css">
	<script defer src="/static/view/dart/ceres.dart.js"></script>
</head>
{{end}}