summaryrefslogtreecommitdiff
path: root/view/html/head.html
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2024-02-11 22:44:32 +0100
committerxengineering <me@xengineering.eu>2024-02-13 20:26:42 +0100
commit40868be7d4b9e1d9909a19dccc25ec49c1b5924b (patch)
tree97a8923b73c97a4ce92f15ad632cfb65faf06d5c /view/html/head.html
parent43fdfde44bce659abd30186150f667d8ba24cf2b (diff)
downloadceres-40868be7d4b9e1d9909a19dccc25ec49c1b5924b.tar
ceres-40868be7d4b9e1d9909a19dccc25ec49c1b5924b.tar.zst
ceres-40868be7d4b9e1d9909a19dccc25ec49c1b5924b.zip
view: Implement GET handler for model.Recipes
Diffstat (limited to 'view/html/head.html')
-rw-r--r--view/html/head.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/view/html/head.html b/view/html/head.html
new file mode 100644
index 0000000..91ae004
--- /dev/null
+++ b/view/html/head.html
@@ -0,0 +1,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}}