From 84b036b926d90b52956350d99b3a070b3dd1d7ac Mon Sep 17 00:00:00 2001 From: JJ Date: Wed, 19 Mar 2025 14:53:53 +0000 Subject: first commit --- templates/pages/single-recipe.html | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 templates/pages/single-recipe.html (limited to 'templates/pages/single-recipe.html') diff --git a/templates/pages/single-recipe.html b/templates/pages/single-recipe.html new file mode 100644 index 0000000..35c03c0 --- /dev/null +++ b/templates/pages/single-recipe.html @@ -0,0 +1,29 @@ +{% extends "base.html" %} {% block heading %} {{ single_recipe.title }} {% +endblock %} {% block content %} +
+
+ {{ single_recipe.title }} +
Source
+
+

Ingredients

+ +

Instructions

+ +
+ +

+{% endblock %} -- cgit v1.2.3