
<navPoint id="{{name}}">
    <navLabel>
        <text>{{content.title}}</text>
    </navLabel>
    {{#if needPage}}
    <content src="{{name}}.html"/>
    {{/if}}
    {{#each subSections}} {{> sectionsNCXTemplate}} {{/each}}
</navPoint>
