diff --git a/src/humulus/templates/recipes/info.html b/src/humulus/templates/recipes/info.html
index b6a5d44..646ebd1 100644
--- a/src/humulus/templates/recipes/info.html
+++ b/src/humulus/templates/recipes/info.html
@@ -24,7 +24,7 @@
{#-
Recipe Details
-#}
-
Details
+Details
@@ -50,7 +50,7 @@
{#-
Fermentables
-#}
-Fermentables
+Fermentables
@@ -74,7 +74,7 @@
{#-
Hops
-#}
-Hops
+Hops
@@ -101,7 +101,7 @@
Yeast
-#}
{% if 'yeast' in recipe %}
-Yeast
+Yeast
{% endif %}
+{#-
+ Recipe Notes
+-#}
+Recipe Notes
+
{#-
Buttons to do things
-#}
-
+
Update Recipe
{{ render_delete_button('Delete Recipe', 'deleteRecipe', 'btn-danger') }}