diff --git a/cookbook/templates/recipe_view.html b/cookbook/templates/recipe_view.html index 8e2a4bb4..3cb4e79f 100644 --- a/cookbook/templates/recipe_view.html +++ b/cookbook/templates/recipe_view.html @@ -11,10 +11,14 @@ - - - - + {% if recipe.image %} + + + + {% endif %} + {% if recipe.description %} + + {% endif %} {% endblock %}