summaryrefslogtreecommitdiff
path: root/lib/template.html
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2013-02-20 00:39:58 -0800
committerelijah <elijah@riseup.net>2013-02-20 00:39:58 -0800
commit10038e58efe3aa3c1725e2b5b0a0b7b2ce060df7 (patch)
tree53413a9cd679c6d22b405c1035f9c41546677c9a /lib/template.html
parent9c4e765c8fe972a4a9f49c3de7991b3925ddb97c (diff)
added support for pandoc and page properties in static markup.
Diffstat (limited to 'lib/template.html')
-rw-r--r--lib/template.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/template.html b/lib/template.html
new file mode 100644
index 0000000..379a602
--- /dev/null
+++ b/lib/template.html
@@ -0,0 +1,9 @@
+$if(title)$
+<h1 class="first">$title$</h1>
+$endif$
+$if(toc)$
+<div id="$idprefix$TOC">
+$toc$
+</div>
+$endif$
+$body$ \ No newline at end of file