{{#if content.cover}} {{#if content.cover.name}}
{{/if}} {{/if}}
{{#if content.renderTitle}}
{{content.title}}
{{/if}} {{#if content.content}}
{{{content.content}}}
{{/if}} {{#if subSections}}
{{#each subSections}}{{> sectionsNavTemplate}}{{/each}}
{{/if}}