2012-01-11 12:52:37 -08:00
|
|
|
|
<!DOCTYPE html>
|
2015-10-13 22:22:38 -04:00
|
|
|
|
<html$if(lang)$ lang="$lang$"$endif$$if(dir)$ dir="$dir$"$endif$>
|
2012-01-11 12:52:37 -08:00
|
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8">
|
|
|
|
|
<meta name="generator" content="pandoc">
|
2013-09-07 22:03:36 -05:00
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
|
2012-01-11 12:52:37 -08:00
|
|
|
|
$for(author-meta)$
|
|
|
|
|
<meta name="author" content="$author-meta$">
|
|
|
|
|
$endfor$
|
|
|
|
|
$if(date-meta)$
|
2012-01-28 16:12:10 -08:00
|
|
|
|
<meta name="dcterms.date" content="$date-meta$">
|
2012-01-11 12:52:37 -08:00
|
|
|
|
$endif$
|
2012-11-02 19:45:52 -07:00
|
|
|
|
<title>$if(title-prefix)$$title-prefix$ - $endif$$pagetitle$</title>
|
2013-01-04 23:01:14 -08:00
|
|
|
|
<style type="text/css">code{white-space: pre;}</style>
|
2012-03-03 08:26:41 -08:00
|
|
|
|
$if(quotes)$
|
2013-01-15 18:50:15 -08:00
|
|
|
|
<style type="text/css">q { quotes: "“" "”" "‘" "’"; }</style>
|
2012-03-03 08:26:41 -08:00
|
|
|
|
$endif$
|
2012-01-11 12:52:37 -08:00
|
|
|
|
$if(highlighting-css)$
|
2012-02-11 11:47:53 -08:00
|
|
|
|
<style type="text/css">
|
2012-01-11 12:52:37 -08:00
|
|
|
|
$highlighting-css$
|
2012-02-11 11:47:53 -08:00
|
|
|
|
</style>
|
2012-01-11 12:52:37 -08:00
|
|
|
|
$endif$
|
|
|
|
|
$for(css)$
|
|
|
|
|
<link rel="stylesheet" href="$css$">
|
|
|
|
|
$endfor$
|
|
|
|
|
$if(math)$
|
|
|
|
|
$math$
|
|
|
|
|
$endif$
|
2015-10-13 22:30:55 -04:00
|
|
|
|
<!--[if lt IE 9]>
|
|
|
|
|
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
|
|
|
|
|
<![endif]-->
|
2012-01-11 12:52:37 -08:00
|
|
|
|
$for(header-includes)$
|
|
|
|
|
$header-includes$
|
|
|
|
|
$endfor$
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
$for(include-before)$
|
|
|
|
|
$include-before$
|
|
|
|
|
$endfor$
|
|
|
|
|
$if(title)$
|
|
|
|
|
<header>
|
|
|
|
|
<h1 class="title">$title$</h1>
|
2013-06-21 22:48:49 -07:00
|
|
|
|
$if(subtitle)$
|
|
|
|
|
<h1 class="subtitle">$subtitle$</h1>
|
|
|
|
|
$endif$
|
2012-01-11 12:52:37 -08:00
|
|
|
|
$for(author)$
|
|
|
|
|
<h2 class="author">$author$</h2>
|
|
|
|
|
$endfor$
|
|
|
|
|
$if(date)$
|
|
|
|
|
<h3 class="date">$date$</h3>
|
|
|
|
|
$endif$
|
|
|
|
|
</header>
|
|
|
|
|
$endif$
|
|
|
|
|
$if(toc)$
|
|
|
|
|
<nav id="$idprefix$TOC">
|
|
|
|
|
$toc$
|
|
|
|
|
</nav>
|
|
|
|
|
$endif$
|
|
|
|
|
$body$
|
|
|
|
|
$for(include-after)$
|
|
|
|
|
$include-after$
|
|
|
|
|
$endfor$
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|