blob: 91ae004f67d1b09988007484817d08b9564b1f15 (
plain)
| 1
2
3
4
5
6
7
8
 | {{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">
</head>
{{end}}
 |