{% extends "base.html" %} {% block scripts %} {% endblock %} {% block heading %} {{ single_recipe.title }} {% endblock %} {% block content %}
{{ single_recipe.title }}
Source

Ingredients📋

Instructions

{% if single_recipe.has_subsections %} {% for instruction in single_recipe.instructions %}

{{ instruction.n }}

{% endfor %} {% else %} {% endif %}

{% endblock %}