From a11b5309351cfa813face2d07cdbc32b1fa6cf0f Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 22 Jul 2010 22:58:48 -0700 Subject: Moved s5 writing from S5 module to HTML. Now s5 is handled in more or less the same way as slidy, as a variant of HTML. --- templates/s5.template | 70 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 templates/s5.template (limited to 'templates/s5.template') diff --git a/templates/s5.template b/templates/s5.template new file mode 100644 index 000000000..360135244 --- /dev/null +++ b/templates/s5.template @@ -0,0 +1,70 @@ + + + + $if(title-prefix)$$title-prefix$ - $endif$$if(pagetitle)$$pagetitle$$endif$ + + +$for(author)$ + +$endfor$ +$if(date)$ + +$endif$ + + + +$if(highlighting-css)$ + +$endif$ +$for(css)$ + +$endfor$ +$if(s5includes)$ +$s5includes$ +$else$ + + + + + + + +$endif$ +$if(math)$ + $math$ +$endif$ +$for(header-includes)$ + $header-includes$ +$endfor$ + + +$for(include-before)$ +$include-before$ +$endfor$ +

$title$

+
+
+
+ + +
+
+$if(title)$ +
+

$title$

+

$for(author)$$author$$sep$
$endfor$

+

$date$

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