{{ r.title }}
Add to Shopping List {% if r.image %}
{% if r.cuisine %}
Cuisine: {{ r.cuisine }} {% endif %}
{% if r.link %}
Original Link: {{ r.link }} {% endif %}
{% if r.rating %}
Rating: {{ r.rating }} {% endif %}
{% if cats %}
Categories: {{ cats }}{% endif %}
{% if r.yields %}
Yields: {{yields}} {{r.yield_unit}} {% endif %}
{% if is_adjusted %}
(x{{mult}})
{% endif %}
(Edit)
{% if r.instructions %}
Instructions
{{ instructions|safe }}
{% endif %} {% if r.modifications %}Notes
{{ notes|safe }}
{% endif %}Ingredients
-
{% for group, items in ings %}
{% if group %}
-
{{ group }}
-
{% endif %}
{% for item in items %}
- {{ item }} {% endfor %} {% if group %}
{% endif %}
{% endfor %}