summaryrefslogtreecommitdiff
path: root/recipe-template.html.erb
blob: 2ef23407b7594a85a9a68c3b31b4a41ac2622018 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<html>
  <head>
    <title>Pantry of Plants</title>
    <link rel="stylesheet" href="../style/style.css">
    <script src="../scripts/image-slide.js" defer></script>
  </head>
  <body>
    <%= render "header.html.erb" %>
    <div class="content">
      <%= @content %>
    </div>
    <%= render "footer.html.erb" %>
  </body>
</html>