{{line}}
{% if data.recipe %}
{% if data.recipe.belongsToUser %}
{% endif %}
{{data.recipe.recipe_name}}
{{data.recipe.description}}
You Will Need:
{%for line in data.ingredients%}
{%endfor%}
How to Make It:
{% for step in data.recipe.steps %}{{step}}
{% endfor %} {% else %}