From d095685bde2f938f6282692adc27bf59d0fb4803 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 19 Jul 2011 12:02:59 -0700 Subject: Initial commit --- html.template | 66 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 html.template (limited to 'html.template') diff --git a/html.template b/html.template new file mode 100644 index 000000000..3f8b76fed --- /dev/null +++ b/html.template @@ -0,0 +1,66 @@ +$if(html5)$ + + +$else$ + + +$endif$ + +$if(html5)$ + +$else$ + +$endif$ + +$for(author)$ + +$endfor$ +$if(date)$ + +$endif$ + $if(title-prefix)$$title-prefix$ - $endif$$if(pagetitle)$$pagetitle$$endif$ +$if(html5)$ + +$endif$ +$if(highlighting-css)$ + +$endif$ +$for(css)$ + +$endfor$ +$if(math)$ +$if(html5)$ +$else$ + $math$ +$endif$ +$endif$ +$for(header-includes)$ + $header-includes$ +$endfor$ + + +$for(include-before)$ +$include-before$ +$endfor$ +$if(title)$ +$if(html5)$ +
+$endif$ +

$title$

+$if(html5)$ +
+$endif$ +$endif$ +$if(toc)$ +$toc$ +$endif$ +$body$ +$for(include-after)$ +$include-after$ +$endfor$ + + -- cgit v1.2.3