epub-maker2
Version:
Easily create epub files with javascript
10 lines (9 loc) • 371 B
text/xml
<navPoint id="{{id}}" epub-type="{{epubType}}" lang="{{lang}}" playOrder="{{playOrder}}">
<navLabel>
<text>{{content.title}}</text>
</navLabel>
{{#if needPage}}
<content src="{{name}}.xhtml" title="{{content.title}}" epub-type="{{epubType}}" lang="{{lang}}" />
{{/if}}
{{#each subSections}} {{> sectionsNCXTemplate}} {{/each}}
</navPoint>