{{ object.name }}

{% if object.get_edit_url %} Edit Delete {% endif %}

{{ object.description }}

{{ object.directions }}

{% for ingredient in object.get_ingredients_children %} {% include 'recipes/partials/ingredient-inline.html' with object=ingredient %} {% endfor %}