summaryrefslogtreecommitdiff
path: root/recipe-template.html.erb
blob: 55d0c7c07d0be4e4dab78490a3cf4027dbb5cee4 (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>