2011-12-18 12:26:21 -08:00
|
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2012-11-02 20:52:43 -07:00
|
|
|
|
<!DOCTYPE html$if(epub3)$$else$ PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"$endif$>
|
2012-11-04 10:37:26 -08:00
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:epub="http://www.idpf.org/2007/ops">
|
2011-12-18 12:26:21 -08:00
|
|
|
|
<head>
|
2012-11-02 19:51:13 -07:00
|
|
|
|
<title>$pagetitle$</title>
|
2012-11-04 18:57:40 -08:00
|
|
|
|
$if(quotes)$
|
|
|
|
|
<style type="text/css">
|
|
|
|
|
q { quotes: "“" "”" "‘" "’"; }
|
|
|
|
|
</style>
|
|
|
|
|
$endif$
|
|
|
|
|
$if(highlighting-css)$
|
|
|
|
|
<style type="text/css">
|
|
|
|
|
$highlighting-css$
|
|
|
|
|
</style>
|
|
|
|
|
$endif$
|
|
|
|
|
$for(css)$
|
|
|
|
|
<link rel="stylesheet" $if(epub3)$$else$type="text/css"$endif$ href="$css$" />
|
|
|
|
|
$endfor$
|
2011-12-18 12:26:21 -08:00
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
$body$
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|
|
|
|
|
|