bbottema/js-epub-maker

View on GitHub
src/epub_templates/lightnovel/EPUB/sections-nav-template.html

Summary

Maintainability
Test Coverage

<li>
    {{#if needPage}}
    <a href="{{name}}.html">{{content.title}}</a>
    {{/if}}
    {{#if subSections}}
    <ol>
        {{#each subSections}}{{> sectionsNavTemplate}}{{/each}}
    </ol>
    {{/if}}
</li>