From d60bb4c34c053e0154b1c40d1a02db84506ebabf Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Wed, 27 May 2020 13:29:18 +0200 Subject: Add web templates v1 --- templates/web.html | 85 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 85 insertions(+) create mode 100644 templates/web.html (limited to 'templates/web.html') diff --git a/templates/web.html b/templates/web.html new file mode 100644 index 0000000..68e5c64 --- /dev/null +++ b/templates/web.html @@ -0,0 +1,85 @@ + + + + + +$for(author-meta)$ + +$endfor$ +$if(keywords)$ + +$endif$ + + ElenQ Publishing - $pagetitle$ + + + + + + + + + + + + +$if(math)$ + $math$ +$endif$ + + +
+$for(include-before)$ +$include-before$ +$endfor$ +$if(title)$ +
+

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

+$endif$ +

+ + +$for(author)$ +

$author$

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

$date$

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