% var isIndex = page.path === 'index.html' %>
<%- page.title ? page.title + ' — ' : '' %> - C++ 11/14/17 On the Fly
<%- css(isIndex ? 'modern-cpp/css/index' : 'modern-cpp/css/page') %>
<%- partial('partials/header') %>
<% if (!isIndex) { %>
<%- body %>
<% } else { %>
<%- body %>
<% } %>