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 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 templates/web-simple.html (limited to 'templates/web-simple.html') 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$ + + -- cgit v1.2.3