{% extends "header.html" %} {% block body %}

{{recipe[1]}}, {{recipe[2]}}

{% if session.logged_in %} {% if fav %} Remove from favourites {% else %} Add to favourites {% endif %} {% endif %}

Ingredients

Recipe

{{recipe[6]|safe}}

{% endblock %}