%- include('partials/head-common') %>
<%= page.title + ' | ' + site.title %>
<%- include('partials/head-styles') %> <%- include('partials/stripes') %>
<%= site.title %>
<% if (page.section) { %>
<%= page.section %>
<% } %> <% if (page.year) { %>
<%= page.year %>
<% } %>
<%= page.title %>
<%- body %>
<%- include('partials/analytics') %>