% if (theme.bbtime.enable) { %>
<% if (theme.verifyPassword.enable) { %>
<% } %>
<%- partial('_partial/post-cover') %>
<%
var isTocEnable = theme.toc.enable && String(page.toc) !== 'false';
var containerClass = isTocEnable ? 'post-container' : 'container';
%>
<%- partial('_partial/post-detail.ejs') %>
<% if (theme.mathjax.enable && page.mathjax) { %>
<% } %>
<% } %>