From 15fb6a91bb91b10f4e50e50bb2e76b0adac554bb Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 18 Dec 2011 12:26:21 -0800 Subject: Added templates for epub coverimage, titlepage, regular page. This allows even more user customization. --- epub-page.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 epub-page.html (limited to 'epub-page.html') 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$ + + + -- cgit v1.2.3