diff --git a/_layouts/recipe.html b/_layouts/recipe.html
index 08492a4..cdb5565 100644
--- a/_layouts/recipe.html
+++ b/_layouts/recipe.html
@@ -26,3 +26,4 @@ layout: default
{%- endif -%}
{%- include ingredients.html -%}
+{%- include method.html -%}
diff --git a/_layouts/subrecipe.html b/_layouts/subrecipe.html
index 15c3c52..639b2b5 100644
--- a/_layouts/subrecipe.html
+++ b/_layouts/subrecipe.html
@@ -1 +1,2 @@
{% include ingredients.html %}
+{% include method.html %}