{{recipes.title}}

{% for recipe in recipes.recipes_list %}
Illustration of {{recipe.title}}

{{recipe.title}}

    {% for item in recipe.ingredients.split(';') %}
  • {{item}}
  • {% endfor %}
{% endfor %}
{{recipes.tip}}
{% if recipes.showCTA == 'true' %} {% include "../CTA/CTA.html" %} {% endif %}