From 7ce95ec25938620a05a3f8d8dc5e1e4d8706571e Mon Sep 17 00:00:00 2001 From: mb Date: Tue, 14 Mar 2023 16:39:15 +0100 Subject: [PATCH] adding an example template --- booklet/booklet.template.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 booklet/booklet.template.html diff --git a/booklet/booklet.template.html b/booklet/booklet.template.html new file mode 100644 index 0000000..b515324 --- /dev/null +++ b/booklet/booklet.template.html @@ -0,0 +1,22 @@ + + + + + $title$ + + + + + + + +

$title$

+ +$if(toc)$ +
$table-of-contents$
+$endif$ + +
$body$
+ + +