bbottema/js-epub-maker

View on GitHub
src/epub_templates/lightnovel/EPUB/sections-ncx-template.xml

Summary

Maintainability
Test Coverage

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