From 10038e58efe3aa3c1725e2b5b0a0b7b2ce060df7 Mon Sep 17 00:00:00 2001 From: elijah Date: Wed, 20 Feb 2013 00:39:58 -0800 Subject: added support for pandoc and page properties in static markup. --- lib/template.html | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 lib/template.html (limited to 'lib/template.html') 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)$ +

$title$

+$endif$ +$if(toc)$ +
+$toc$ +
+$endif$ +$body$ \ No newline at end of file -- cgit v1.2.3