2012-11-04 21:11:31 -08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
2012-11-04 21:40:03 -08:00
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml"$if(lang)$ xml:lang="$lang$"$endif$>
|
2012-11-04 21:11:31 -08:00
|
|
|
<head>
|
2012-11-04 21:40:03 -08:00
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
|
|
<meta http-equiv="Content-Style-Type" content="text/css" />
|
|
|
|
<meta name="generator" content="pandoc" />
|
|
|
|
<title>$pagetitle$</title>
|
2012-11-04 21:11:31 -08:00
|
|
|
$if(highlighting-css)$
|
|
|
|
<style type="text/css">
|
|
|
|
$highlighting-css$
|
|
|
|
</style>
|
|
|
|
$endif$
|
|
|
|
$for(css)$
|
|
|
|
<link rel="stylesheet" type="text/css" href="$css$" />
|
|
|
|
$endfor$
|
|
|
|
</head>
|
|
|
|
$if(titlepage)$
|
2014-11-16 20:58:17 -08:00
|
|
|
<body id="cover">
|
2014-08-31 12:00:37 -07:00
|
|
|
$for(title)$
|
|
|
|
$if(title.text)$
|
|
|
|
<h1 class="$title.type$">$title.text$</h1>
|
|
|
|
$else$
|
2012-11-04 21:11:31 -08:00
|
|
|
<h1 class="title">$title$</h1>
|
2014-08-31 12:00:37 -07:00
|
|
|
$endif$
|
|
|
|
$endfor$
|
2013-06-21 22:48:49 -07:00
|
|
|
$if(subtitle)$
|
|
|
|
<h1 class="subtitle">$subtitle$</h1>
|
|
|
|
$endif$
|
2012-11-04 21:11:31 -08:00
|
|
|
$for(author)$
|
|
|
|
<h2 class="author">$author$</h2>
|
|
|
|
$endfor$
|
2014-08-31 12:00:37 -07:00
|
|
|
$for(creator)$
|
|
|
|
<h2 class="$creator.type$">$creator.text$</h2>
|
|
|
|
$endfor$
|
|
|
|
$if(publisher)$
|
|
|
|
<p class="publisher">$publisher$</p>
|
|
|
|
$endif$
|
2012-11-04 21:11:31 -08:00
|
|
|
$if(date)$
|
2014-08-31 12:00:37 -07:00
|
|
|
<p class="date">$date$</p>
|
|
|
|
$endif$
|
|
|
|
$if(rights)$
|
|
|
|
<p class="rights">$rights$</p>
|
2012-11-04 21:11:31 -08:00
|
|
|
$endif$
|
2014-11-16 20:58:17 -08:00
|
|
|
</body>
|
2012-11-04 21:11:31 -08:00
|
|
|
$else$
|
2014-11-16 20:58:17 -08:00
|
|
|
<body>
|
2012-11-04 21:11:31 -08:00
|
|
|
$body$
|
2014-11-16 20:58:17 -08:00
|
|
|
</body>
|
2012-11-04 21:11:31 -08:00
|
|
|
$endif$
|
|
|
|
</html>
|