diff --git a/docs/guide/template.html b/docs/guide/template.html new file mode 100644 index 0000000000000000000000000000000000000000..5647c2e13ff4b7410395847886628fff2f5c1b01 --- /dev/null +++ b/docs/guide/template.html @@ -0,0 +1,153 @@ + + + + + + +$for(author-meta)$ + +$endfor$ +$if(date-meta)$ + +$endif$ + $title-prefix$ +$if(highlighting-css)$ + +$endif$ + +$for(css)$ + +$endfor$ +$if(math)$ + $math$ +$endif$ +$for(header-includes)$ + $header-includes$ +$endfor$ + + +

$title-prefix$

+$for(include-before)$ +$include-before$ +$endfor$ +$if(title)$ +
+

$title$

+$for(author)$ +

$author$

+$endfor$ +$if(date)$ +

$date$

+$endif$ +
+$endif$ +$if(toc)$ +
+$toc$ +
+$endif$ +$body$ +$for(include-after)$ +$include-after$ +$endfor$ + +