... | ... |
@@ -1,6 +1,7 @@ |
1 | 1 |
<!DOCTYPE html> |
2 | 2 |
<html$if(lang)$ lang="$lang$"$endif$$if(dir)$ dir="$dir$"$endif$> |
3 | 3 |
<head> |
4 |
+ |
|
4 | 5 |
<meta charset="utf-8"> |
5 | 6 |
<meta name="generator" content="pandoc"> |
6 | 7 |
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> |
... | ... |
@@ -13,7 +14,9 @@ $endif$ |
13 | 14 |
$if(keywords)$ |
14 | 15 |
<meta name="keywords" content="$for(keywords)$$keywords$$sep$, $endfor$"> |
15 | 16 |
$endif$ |
17 |
+ |
|
16 | 18 |
<title>$if(title-prefix)$$title-prefix$ – $endif$$pagetitle$</title> |
19 |
+ |
|
17 | 20 |
<style type="text/css">code{white-space: pre;}</style> |
18 | 21 |
$if(quotes)$ |
19 | 22 |
<style type="text/css">q { quotes: "“" "”" "‘" "’"; }</style> |
... | ... |
@@ -26,20 +29,26 @@ $endif$ |
26 | 29 |
$for(css)$ |
27 | 30 |
<link rel="stylesheet" href="$css$"> |
28 | 31 |
$endfor$ |
32 |
+ |
|
29 | 33 |
$if(math)$ |
30 | 34 |
$math$ |
31 | 35 |
$endif$ |
36 |
+ |
|
32 | 37 |
<!--[if lt IE 9]> |
33 | 38 |
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script> |
34 | 39 |
<![endif]--> |
40 |
+ |
|
35 | 41 |
$for(header-includes)$ |
36 | 42 |
$header-includes$ |
37 | 43 |
$endfor$ |
44 |
+ |
|
38 | 45 |
</head> |
39 | 46 |
<body> |
47 |
+ |
|
40 | 48 |
$for(include-before)$ |
41 | 49 |
$include-before$ |
42 | 50 |
$endfor$ |
51 |
+ |
|
43 | 52 |
$if(title)$ |
44 | 53 |
<header> |
45 | 54 |
<h1 class="title">$title$</h1> |
... | ... |
@@ -54,14 +63,18 @@ $if(date)$ |
54 | 63 |
$endif$ |
55 | 64 |
</header> |
56 | 65 |
$endif$ |
66 |
+ |
|
57 | 67 |
$if(toc)$ |
58 | 68 |
<nav id="$idprefix$TOC"> |
59 | 69 |
$toc$ |
60 | 70 |
</nav> |
61 | 71 |
$endif$ |
72 |
+ |
|
62 | 73 |
$body$ |
74 |
+ |
|
63 | 75 |
$for(include-after)$ |
64 | 76 |
$include-after$ |
65 | 77 |
$endfor$ |
78 |
+ |
|
66 | 79 |
</body> |
67 | 80 |
</html> |