{{!-- strange if-construction, but this is a workaround for gulp-js-html-inject, whose minifier wreaks havoc otherwise --}} {{#if epubType}}
{{else}}
{{/if}} {{#if content.renderTitle}}

{{content.title}}

{{/if}} {{#if content.content}}{{{content.content}}}{{/if}} {{#each subSections}} {{> sectionTemplate}} {{/each}} {{#if epubType}}
{{else}}
{{/if}}