summaryrefslogtreecommitdiff
path: root/recipe-template.html.erb
blob: 9c24d5092db01ae1bcecca071917509420accad7 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
  <%= render "head.html.erb" %>
  <body>
    <%= render "header.html.erb" %>
    <div class="content">
      <%= @content %>
    </div>
    <%= render "footer.html.erb" %>
  </body>
</html>