<%- include('partials/top') %> <% var titleLink = (site && site.base_uri) ? site.base_uri : '/'; -%>
<%- include('partials/embed_switch') %> <% if (page.content_type) { -%> <%- (include('partials/content_types/' + page.content_type) || '').trim() %> <% } else { -%> <%- include('functions') -%> <% if (page.title && (page.render_opts || '').indexOf('no_title') == -1) { -%>

<%= page.title %>

<% } -%> <%- content %> <% } -%>
<%- include('partials/menusub') %> <%/* if ("index" === top_dir) { loadPartial(top_dir, 'latest') } */%> <%- include('partials/bio') %> <%- include('partials/footer') %>
<%- include('partials/bottom') %>