From 6658e280630a491aeb65ac67396f98a918fe9824 Mon Sep 17 00:00:00 2001 From: Julian Prester Date: Mon, 10 Feb 2025 17:11:14 +1100 Subject: [PATCH] Add html template --- elegant_bootstrap.html | 149 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 149 insertions(+) create mode 100644 elegant_bootstrap.html diff --git a/elegant_bootstrap.html b/elegant_bootstrap.html new file mode 100644 index 0000000..f0f05f8 --- /dev/null +++ b/elegant_bootstrap.html @@ -0,0 +1,149 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + $for(author-meta)$ + + $endfor$ + $if(date-meta)$ + + $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$ + + + + + + $if(title)$ + + $endif$ +
+
+ $if(toc)$ +
+
+ + $toc$ + +
+
+ $endif$ +
+ + $if(abstract)$ +

$abstract-title$

+ $abstract$ + $endif$ + + $for(include-before)$ + $include-before$ + $endfor$ + $body$ + $for(include-after)$ + $include-after$ + $endfor$ +
+
+
+ + + + + \ No newline at end of file