UNPKG

epub-maker2

Version:
11 lines (10 loc) 295 B
<li epub-type="{{epubType}}" lang="{{lang}}"> {{#if needPage}} <a href="{{name}}.xhtml" title="{{content.title}}" epub-type="{{epubType}}" lang="{{lang}}">{{content.title}}</a> {{/if}} {{#if subSections}} <ol> {{#each subSections}}{{> sectionsNavTemplate}}{{/each}} </ol> {{/if}} </li>