<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>