summaryrefslogtreecommitdiff
path: root/recipe-template.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'recipe-template.html.erb')
-rw-r--r--recipe-template.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipe-template.html.erb b/recipe-template.html.erb
index 55d0c7c..2ef2340 100644
--- a/recipe-template.html.erb
+++ b/recipe-template.html.erb
@@ -7,7 +7,7 @@
<body>
<%= render "header.html.erb" %>
<div class="content">
- <%= content %>
+ <%= @content %>
</div>
<%= render "footer.html.erb" %>
</body>