jnfilter @ 92827f155e961052275de60e7e08b3e469af1622

 1<!DOCTYPE html>
 2<html xmlns="http://www.w3.org/1999/xhtml" lang="$lang$" xml:lang="$lang$"$if(dir)$ dir="$dir$"$endif$>
 3<head>
 4  <meta charset="utf-8" />
 5  <meta name="generator" content="pandoc" />
 6  <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
 7$for(author-meta)$
 8  <meta name="author" content="$author-meta$" />
 9$endfor$
10$if(date-meta)$
11  <meta name="dcterms.date" content="$date-meta$" />
12$endif$
13$if(keywords)$
14  <meta name="keywords" content="$for(keywords)$$keywords$$sep$, $endfor$" />
15$endif$
16$if(description-meta)$
17  <meta name="description" content="$description-meta$" />
18$endif$
19  <title>$if(title-prefix)$$title-prefix$ – $endif$$pagetitle$</title>
20  <style>
21    $styles.html()$
22  </style>
23$for(css)$
24  <link rel="stylesheet" href="$css$" />
25$endfor$
26$if(math)$
27  $math$
28$endif$
29  <!--[if lt IE 9]>
30    <script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
31  <![endif]-->
32$for(header-includes)$
33  $header-includes$
34$endfor$
35</head>
36<body>
37</header>
38$if(toc)$
39<nav id="$idprefix$TOC" role="doc-toc">
40$if(toc-title)$
41<h2 id="$idprefix$toc-title">$toc-title$</h2>
42$endif$
43$table-of-contents$
44</nav>
45$endif$
46$body$
47$for(include-after)$
48$include-after$
49$endfor$
50</body>
51</html>