<% var isIndex = page.path === 'index.html' %> <%- page.title ? page.title + ' — ' : '' %>changkun.de <%- css(isIndex ? 'modern-cpp/css/index' : 'modern-cpp/css/page') %>
>
<%- partial('partials/header') %> <% if (!isIndex) { %>
<%- body %>
<% } else { %> <%- body %> <% } %>