summaryrefslogtreecommitdiff
path: root/lib/template.html
diff options
context:
space:
mode:
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