src/epub_templates/lightnovel/EPUB/auto-toc.html
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>{{content.fullTitle}}</title>
<link rel="stylesheet" type="text/css" href="css/main.css">
</head>
<body>
{{#if content.renderTitle}}<h2>{{content.title}}</h2>{{/if}}
{{#if subSections}}
<ol>
{{#each subSections}}{{> sectionsNavTemplate}}{{/each}}
</ol>
{{/if}}
</body>
</html>