<% var isIndex = page.path === 'index.html' %> <%- page.title ? page.title : '' %> 现代 C++ 教程: 高速上手 C++ 11/14/17/20 - Modern C++ Tutorial: C++ 11/14/17/20 On the Fly <%- css(isIndex ? 'modern-cpp/css/index' : 'modern-cpp/css/page') %> <% if (page.type == 'book-en-us') { %>
>
<% } else {%>
>
<% } %> <%- partial('partials/header') %> <% if (!isIndex) { %>
<%- body %>
<% } else { %> <%- body %> <% } %>