about summary refs log tree commit diff stats
path: root/_template.html
blob: 187e5d70c7c0bf94e116ab82f184bdd72e95771c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!DOCTYPE html>
<!-- Template for compiled 'Autocento' documents -->
<html$if(lang)$ lang="$lang$"$endif$>
<head>
    <meta charset="utf-8">
    <meta name="generator" content="pandoc">
    <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
    <meta name="author" content="Case Duckworth">
    <!-- more meta tags here -->
    <title>$pagetitle$</title>
    <link rel="stylesheet" type="text/css" href="_poems.css">
    $for(css)$
        <link rel="stylesheet" href="$css$">
    $endfor$
    <!-- link to javascript? -->
    <!--[if lt IE 9]>
        <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script>
    <![endif]-->
    $for(header-includes)$
        $header-includes$
    $endfor$
</head>
<body>
    $for(include-before)$
        $include-before$
    $endfor$
    $if(title)$
    <header>
        <h1 class="title">$title</h1>
        $if(subtitle)$
        <h1 class="subtitle">$subtitle$</h1>
        $endif$
    </header>
    $endif$
    $body$
    $for(include-after)$
        $include-after$
    $endfor$
</body>
</html>