From 3a1d7848cb3ceb122b573737b4fba8106792ab5d Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Thu, 11 Jul 2024 02:38:39 +0100 Subject: initial commit --- templates/base.html | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 templates/base.html (limited to 'templates/base.html') diff --git a/templates/base.html b/templates/base.html new file mode 100644 index 0000000..c818385 --- /dev/null +++ b/templates/base.html @@ -0,0 +1,40 @@ + + + + + + + + $if(title)$ + info{culture} - $title$ + $else$ + info{culture} + $endif$ + + + + + +
+ infoculture +
+ + + + $body$ + + + + + \ No newline at end of file -- cgit