Incorporated titlepage stuff into epub-page.html.

This commit is contained in:
John MacFarlane 2012-11-04 21:08:24 -08:00
parent 3aab241c32
commit 1709949ce5

View file

@ -18,7 +18,17 @@ $for(css)$
$endfor$
</head>
<body>
$if(titlepage)$
<h1 class="title">$title$</h1>
$for(author)$
<h2 class="author">$author$</h2>
$endfor$
$if(date)$
<h3 class="date">$date$</h3>
$endif$
$else$
$body$
$endif$
</body>
</html>