1<?xml version="1.0" encoding="utf-8"?>
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4<html xmlns="http://www.w3.org/1999/xhtml"$if(lang)$ lang="$lang$" xml:lang="$lang$"$endif$$if(dir)$ dir="$dir$"$endif$>
5<head>
6  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7  <meta http-equiv="Content-Style-Type" content="text/css" />
8  <meta name="generator" content="pandoc" />
9$for(author-meta)$
10  <meta name="author" content="$author-meta$" />
11$endfor$
12$if(date-meta)$
13  <meta name="date" content="$date-meta$" />
14$endif$
15$if(keywords)$
16  <meta name="keywords" content="$for(keywords)$$keywords$$sep$, $endfor$" />
17$endif$
18  <title>$if(title-prefix)$$title-prefix$ – $endif$$pagetitle$</title>
19  <style type="text/css">
20    $styles.html()$
21  </style>
22  <link rel="stylesheet" type="text/css" media="screen, projection, print"
23    href="$slidy-url$/styles/slidy.css" />
24$for(css)$
25  <link rel="stylesheet" type="text/css" media="screen, projection, print"
26   href="$css$" />
27$endfor$
28$if(math)$
29  $math$
30$endif$
31$for(header-includes)$
32  $header-includes$
33$endfor$
34  <script src="$slidy-url$/scripts/slidy.js"
35    charset="utf-8" type="text/javascript"></script>
36$if(duration)$
37  <meta name="duration" content="$duration$" />
38$endif$
39</head>
40<body>
41$for(include-before)$
42$include-before$
43$endfor$
44$if(title)$
45<div class="slide titlepage">
46  <h1 class="title">$title$</h1>
47$if(subtitle)$
48  <p class="subtitle">$subtitle$</p>
49$endif$
50$if(author)$
51  <p class="author">
52$for(author)$$author$$sep$<br/>$endfor$
53  </p>
54$endif$
55$if(institute)$
56  <p class="institute">
57$for(institute)$$institute$$sep$<br/>$endfor$
58  </p>
59$endif$
60$if(date)$
61  <p class="date">$date$</p>
62$endif$
63</div>
64$endif$
65$if(toc)$
66<div class="slide" id="$idprefix$TOC">
67$table-of-contents$
68</div>
69$endif$
70$body$
71$for(include-after)$
72$include-after$
73$endfor$
74</body>
75</html>
76