<%- include('../partials/header') %> <%- include('../partials/nav') %>
<%- include('../partials/settings') %>
<% recipes.map(s => { %>
recipe <%= s.title %> <% if(usr) { %> <% if(usr._id.equals(s.author.id)) { %>
<% } %> <% } %>
<% }) %>
<%- include('../partials/bio') %>
<%- include('../partials/magicSets') %> <%- include('../partials/magicBio') %> <%- include('../partials/footer') %>