<% var rootPath = '../../'; %> <%- include(rootPath + 'partials/include' ) %>
<%- include(rootPath + 'partials/nav') %>
<%- include(rootPath + page + '-title') %>
<%- include(rootPath + page + '-ingredients') %>
<%- include(rootPath + page + '-instructions') %>
<%- include(rootPath + 'partials/post_html_include') %>