{% extends 'base.html.twig' %} {% block title %}{{ recipe.title }}{% endblock %} {% block body %}
{{ recipe.description }}
{{ step.instruction }}
{% if step.photos is not empty %}{{ step.subRecipe.description }}
{% endif %} {% if step.subRecipe.ingredients is not empty %}