Ingredients
--
+
- {{ ingredient }} {% endfor %} -- cgit v1.2.3
Ingredients📋
+-
{% for ingredient in single_recipe.ingredients %}
From 2e0b9c97af457da5c6afda611d48e59047d4cdb8 Mon Sep 17 00:00:00 2001
From: JJ
Using the website is very simple. Once you login go to bad: www.example.com/awesome-recipe
+good: https://www.example.com/awesome-recipes
{% endblock %} diff --git a/templates/pages/account.html b/templates/pages/account.html index 10a3789..063d924 100644 --- a/templates/pages/account.html +++ b/templates/pages/account.html @@ -1,6 +1,4 @@ {% extends "base.html" %} {% block scripts %} - - + +{% endblock %} + +{% block heading %} {{ single_recipe.title }} {% endblock %} {% block content %}