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-simple.html | 45 +++++++++++++++++++++++++ templates/web.html | 85 +++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 130 insertions(+) create mode 100644 templates/web-simple.html create mode 100644 templates/web.html (limited to 'templates') diff --git a/templates/web-simple.html b/templates/web-simple.html new file mode 100644 index 0000000..e8bc78a --- /dev/null +++ b/templates/web-simple.html @@ -0,0 +1,45 @@ + + + + + +$for(author-meta)$ + +$endfor$ +$if(date-meta)$ + +$endif$ +$if(keywords)$ + +$endif$ + ElenQ Publishing - $pagetitle$ + + +$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$ + + 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