Whitespace.
[ttfautohint.git] / doc / template.html
blobc914133c915e44d634de0e9c5849de0031398a19
1 <!DOCTYPE html PUBLIC
2 "-//W3C//DTD XHTML 1.0 Transitional//EN"
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4 <html xmlns="http://www.w3.org/1999/xhtml"$if(lang)$ lang="$lang$" xml:lang="$lang$"$endif$>
6 <head>
7 <meta http-equiv="Content-Type"
8 content="text/html; charset=utf-8" />
9 <meta http-equiv="Content-Style-Type"
10 content="text/css" />
11 <meta name="generator"
12 content="pandoc" />
13 $for(author-meta)$
14 <meta name="author"
15 content="$author-meta$" />
16 $endfor$
17 $if(version)$
18 <meta name="version"
19 content="$version$" />
20 $endif$
22 <title>$if(title-prefix)$$title-prefix$ - $endif$$if(pagetitle)$$pagetitle$$endif$</title>
24 $for(header-includes)$
25 $header-includes$
26 $endfor$
27 </head>
29 <body>
30 $for(include-before)$
31 $include-before$
32 $endfor$
34 <div class="colmask leftmenu">
35 <div class="colright">
36 <div class="col1wrap">
37 <div class="col1">
38 $if(title)$
39 <div id="$idprefix$header">
40 <h1 class="title">$title$</h1>
41 $for(author)$
42 <h2 class="author">$author$</h2>
43 $endfor$
44 $if(version)$
45 <h3 class="date">Version $version$</h3>
46 $endif$
47 </div>
48 $endif$
50 $body$
51 </div>
52 </div>
54 <div class="col2">
55 </div>
56 </div>
57 </div>
59 $if(toc)$
60 <div id="$idprefix$TOC">
61 $toc$
62 </div>
63 $endif$
65 $for(include-after)$
66 $include-after$
67 $endfor$
68 </body>
69 </html>