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-titlepage.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 epub-titlepage.html (limited to 'epub-titlepage.html') 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$ + + -- cgit v1.2.3