From 5da0565b02a9add6c6f1b967a224d5148306507f Mon Sep 17 00:00:00 2001 From: rwd Date: Thu, 26 Sep 2024 20:34:49 +0200 Subject: Add all files --- default.html | 67 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 default.html (limited to 'default.html') diff --git a/default.html b/default.html new file mode 100644 index 0000000..936d402 --- /dev/null +++ b/default.html @@ -0,0 +1,67 @@ + + + + + + + $for(author-meta)$ + + $endfor$ + $if(date-meta)$ + + $endif$ + $if(keywords)$ + + $endif$ + $if(description-meta)$ + + $endif$ + $if(title-prefix)$$title-prefix$ – $endif$$pagetitle$ + $for(header-includes)$ + $header-includes$ + $endfor$ + $if(math)$ + $if(mathjax)$ + + $endif$ + $math$ + $endif$ + + + $for(include-before)$ + $include-before$ + $endfor$ + $if(title)$ +
+

$title$

+ $if(subtitle)$ +

$subtitle$

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

$author$

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

$date$

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