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