diff --git a/templates/recipe.html b/templates/recipe.html
index 501eb74..0d6a17a 100644
--- a/templates/recipe.html
+++ b/templates/recipe.html
@@ -15,7 +15,9 @@
back
{{recipe.title}}
{% for part in recipe.parts %}
+{% if recipe.parts|length != 1 %}
{{part.title}}
+{% endif %}
Ingredients
{% for ing in part.ingredients %}
{{ingredient(ing)}}