{% extends 'base.html' %} {% block content %}

{{ recette.nom }}

{{ recette.preparation }}
{% if recette.ingredients.count %} {% endif %} {% endblock %} {% block footer %}
Modifier
{% endblock %}