<%- include('../partials/header') %> <%- include('../partials/nav') %>
<%- include('../partials/categories') %>

Edit Recipe Details and Ingredients

Upload image <% if(files) { %> <% } %>

Instructions (<%= recipe.steps.length %> steps)

<% recipe.steps.map(s => { %>
Step <%= s.number %>:

<%= s.step %>

<% }) %>
<%- include('../partials/popular') %>
<%- include('../partials/magicCats') %> <%- include('../partials/magicPops') %> <%- include('../partials/footer') %>