{{ recipe.name }}

Meal suggestion: {{ recipe.meal_type }}

Ingredients:

Instructions:

    {% for instruction in recipe.instructions %}
  1. {{ instruction }}
  2. {% endfor %}
{% if recipe.serves %}

Serves: {{ recipe.serves }}

{% endif %} {% if recipe.notes %}

Notes: {{ recipe.notes }}

{% endif %} {% if recipe.disclaimer %}

Disclaimer: {{ recipe.disclaimer }}

{% endif %}