<%- partial('partials/main_menu', { context: 'sidebar' }) %>

<%- type === 'exercises' ? '习题' : type === 'book-zh-cn' ? '正文' : type === 'answers' ? '参考答案' : type === 'about' ? '关于' : (type.charAt(0).toUpperCase() + type.slice(1)) %>

<%- partial('partials/toc', { type: type }) %>