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