From 4fba66dc175b449ab7e4093b521bc3196b559042 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sun, 30 May 2021 19:33:39 +0100 Subject: transchat site --- site/template.pt.include | 89 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 site/template.pt.include (limited to 'site/template.pt.include') diff --git a/site/template.pt.include b/site/template.pt.include new file mode 100644 index 0000000..7aed99f --- /dev/null +++ b/site/template.pt.include @@ -0,0 +1,89 @@ + + + + + + +$for(author-meta)$ + +$endfor$ +$if(date-meta)$ + +$endif$ +$if(keywords)$ + +$endif$ + $if(title-prefix)$$title-prefix$ – $endif$$pagetitle$ +$if(quotes)$ + +$endif$ +$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)$ +
+
+ +

$title$

+
+$if(subtitle)$ +

$subtitle$

+$endif$ +$for(author)$ +

$author$

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

$date$

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