diff --git a/templates/recipe.html b/templates/recipe.html index 7508c91..f86b7c2 100644 --- a/templates/recipe.html +++ b/templates/recipe.html @@ -26,6 +26,7 @@ {% endfor %} + {% if recipe['instruction_groups'] %} {% for group, instructions in recipe['instruction_groups'].items() %}

{{group}}

    @@ -34,6 +35,7 @@ {% endfor %}
{% endfor %} + {% endif %} {{recipe['url']}}