X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=Pandoc%2Ftemplates%2Fcustom-epub.html;fp=Pandoc%2Ftemplates%2Fcustom-epub.html;h=d8846878dffa9a17c18a7e2b9ef88181a9b0c150;hb=52f58c9288ca127e1d434db84d321b71eb0d30a9;hp=0000000000000000000000000000000000000000;hpb=377fa5630e3cf31035fc56e438b4687ea2351606;p=themediocreprogrammer.git diff --git a/Pandoc/templates/custom-epub.html b/Pandoc/templates/custom-epub.html new file mode 100644 index 0000000..d884687 --- /dev/null +++ b/Pandoc/templates/custom-epub.html @@ -0,0 +1,106 @@ + + + + + + + + $pagetitle$ + + + + + $if(titlepage)$ + $for(title)$ + $if(title.text)$ +

$title.text$

+ $else$ +

$title$

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

$subtitle$

+ $endif$ + + $for(year)$ +

© $year$

+ $endfor$ + + $for(author)$ +

$author$

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

$creator.text$

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

$publisher$

+ $endif$ + + $for(book1)$ + $if(book1.title)$ +

Also Available

+

 

+ $endif$ + $endfor$ + + $for(book1)$ + $if(book1.title)$ +

$book1.title$

+ $endif$ + $endfor$ + + $for(book2)$ + $if(book2.title)$ +

$book2.title$

+ $endif$ + $endfor$ + + $for(book3)$ + $if(book3.title)$ +

$book3.title$

+ $endif$ + $endfor$ + + $for(book4)$ + $if(book4.title)$ +

$book4.title$

+ $endif$ + $endfor$ + + $for(book5)$ + $if(book5.title)$ +

$book5.title$

+ $endif$ + $endfor$ + + $for(magnet)$ + $if(magnet.link)$ +

Free Bonus

+ $else$ +

Free Bonus

+ $endif$ + $endfor$ + + $if(contributors)$ +
+ $for(contributors)$ + $if(contributors.designer)$ +
Book Design: $contributors.designer$
+ $endif$ + $if(contributors.artist)$ +
Cover Artist: $contributors.artist$
+ $endif$ + $if(contributors.editor)$ +
Editor: $contributors.editor$
+ $endif$ + $endfor$ +
+ $endif$ + $endif$ + + $body$ + +