diff --git a/templates/recipe.html.tmpl b/templates/recipe.html.tmpl
index 164ebc5..1ca5be2 100644
--- a/templates/recipe.html.tmpl
+++ b/templates/recipe.html.tmpl
@@ -34,7 +34,7 @@
{{range .recipe.Steps}}
{{range .Ingredients}}
- - {{.Name}} ({{.Amount.QuantityRaw}}{{if ne .Amount.Unit ""}} {{.Amount.Unit}}{{end}})
+ - {{.Name}} {{if ne .Amount.QuantityRaw ""}}({{.Amount.QuantityRaw}}{{if ne .Amount.Unit ""}} {{.Amount.Unit}}{{end}}){{end}}
{{end}}
{{end}}