From 000b259e4a76863431688cd50c60ab011a309ad5 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Wed, 4 Oct 2023 12:14:55 +0200 Subject: Add README.md. And some pictures to show the script in action. --- template.html | 107 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 107 insertions(+) create mode 100644 template.html (limited to 'template.html') diff --git a/template.html b/template.html new file mode 100644 index 0000000..0a7cede --- /dev/null +++ b/template.html @@ -0,0 +1,107 @@ + + + + + + +$for(author-meta)$ + +$endfor$ +$if(date-meta)$ + +$endif$ +$if(keywords)$ + +$endif$ + $if(title-prefix)$$title-prefix$ – $endif$$pagetitle$ + +$if(highlighting-css)$ + +$endif$ +$for(css)$ + +$endfor$ +$if(math)$ + $math$ +$endif$ +$for(header-includes)$ + $header-includes$ +$endfor$ + + + +$for(include-before)$ +$include-before$ +$endfor$ +
+
+$if(title)$ + +$endif$ + +$body$ +
+ + +
+ + -- cgit v1.2.3