diff --git a/epub-coverimage.html b/epub-coverimage.html new file mode 100644 index 000000000..cd778a145 --- /dev/null +++ b/epub-coverimage.html @@ -0,0 +1,14 @@ + + + + +$title$ + + + + +
+$title$ +
+ + diff --git a/epub-page.html b/epub-page.html new file mode 100644 index 000000000..aa56170a0 --- /dev/null +++ b/epub-page.html @@ -0,0 +1,18 @@ + + + + +$title$ + + + +

$title$

+$if(toc)$ +
+$toc$ +
+$endif$ +$body$ + + + diff --git a/epub-titlepage.html b/epub-titlepage.html new file mode 100644 index 000000000..790431bb7 --- /dev/null +++ b/epub-titlepage.html @@ -0,0 +1,22 @@ + + + + +$title$ + + + +

$title$

+$for(author)$ +

$author$

+$endfor$ +$if(date)$ +

$date$

+$endif$ +$if(toc)$ +
+$toc$ +
+$endif$ + +