2023-04-10 14:59:07 +02:00

16 lines
390 B
XML

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:epub="http://www.idpf.org/2007/ops">
<head>
<title>{{ .Title }}</title>
</head>
<body>
<nav epub:type="toc" id="toc">
<h2>Table of content</h2>
<ol>
<li><a href="Text/part.xhtml">{{ .Title }}</a></li>
{{ .TOC }}
</ol>
</nav>
</body>
</html>