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 Dickhead
{% include "/components/header.html" %}
{% block heading %}Some heading!{% endblock %}
{% block content %}{% endblock %}
diff --git a/templates/pages/about.html b/templates/pages/about.html
index d719941..7aefc54 100644
--- a/templates/pages/about.html
+++ b/templates/pages/about.html
@@ -17,4 +17,13 @@ heading %}
Yoast SEO Schema. If you have other websites that you would like us to index,
then reach out here.
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 %}