From ee634eae16f472c3ab1a69da0b8804d48dd9a793 Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Tue, 10 Mar 2020 11:35:38 +0100 Subject: Template basics --- templates/ebook/book.epub | 66 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 templates/ebook/book.epub (limited to 'templates/ebook/book.epub') diff --git a/templates/ebook/book.epub b/templates/ebook/book.epub new file mode 100644 index 0000000..336b608 --- /dev/null +++ b/templates/ebook/book.epub @@ -0,0 +1,66 @@ + + + + + + + $pagetitle$ +$if(highlighting-css)$ + +$endif$ +$for(css)$ + +$endfor$ +$for(header-includes)$ + $header-includes$ +$endfor$ + + +$if(titlepage)$ +
+$for(title)$ +$if(title.type)$ +

$title.text$

+$else$ +

$title$

+$endif$ +$endfor$ +$if(subtitle)$ +

$subtitle$

+$endif$ +$for(author)$ +

$author$

+$endfor$ +$for(creator)$ +

$creator.text$

+$endfor$ +$if(publisher)$ +

$publisher$

+$endif$ +$if(date)$ +

$date$

+$endif$ +$if(rights)$ +
$rights$
+$endif$ + +
+$if(acknowledgement)$ +
+$acknowledgement$ +
+$endif$ +$else$ +$for(include-before)$ +$include-before$ +$endfor$ +$body$ +$for(include-after)$ +$include-after$ +$endfor$ +$endif$ + + + -- cgit v1.2.3