From ca1d4d3d4371c8175ea6addb1ca1b09c3b56a7bb Mon Sep 17 00:00:00 2001 From: Chris Wells Date: Sat, 25 Jan 2025 14:33:21 -0600 Subject: Adding templates and cleaning up --- templates/default.html | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 templates/default.html (limited to 'templates/default.html') diff --git a/templates/default.html b/templates/default.html new file mode 100644 index 0000000..124a2f2 --- /dev/null +++ b/templates/default.html @@ -0,0 +1,56 @@ + + + + $title$ + $if(author)$ + + $else$ + + $endif$ + + + + + + + $if(toggle)$ + + $endif$ + $if(math)$ + $partial("templates/math.html")$ + $endif$ + + + + + + + + + + + + + + +
+ $partial("templates/nav.html")$ +
+ +
+ $body$ +
+ + + + -- cgit v1.2.3