From 40868be7d4b9e1d9909a19dccc25ec49c1b5924b Mon Sep 17 00:00:00 2001 From: xengineering Date: Sun, 11 Feb 2024 22:44:32 +0100 Subject: view: Implement GET handler for model.Recipes --- view/html/recipes.html | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 view/html/recipes.html (limited to 'view/html/recipes.html') diff --git a/view/html/recipes.html b/view/html/recipes.html new file mode 100644 index 0000000..1b7b1c1 --- /dev/null +++ b/view/html/recipes.html @@ -0,0 +1,40 @@ +{{define "recipes"}} + + {{ template "head" }} +
+ +

Recipe overview

+
+ +
+

Here are the available recipes 😋🍳🍔🍕🥘

+ + +
+ {{ template "footer" }} + + + +{{end}} -- cgit v1.2.3-70-g09d2