From da7e4514cfdbe52e8f1ef6aadd54c401e2b849f5 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Wed, 17 Sep 2025 15:59:30 +0200 Subject: Use zola --- templates/shortcodes/window.html | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 templates/shortcodes/window.html (limited to 'templates/shortcodes/window.html') diff --git a/templates/shortcodes/window.html b/templates/shortcodes/window.html new file mode 100644 index 0000000..3fe8b50 --- /dev/null +++ b/templates/shortcodes/window.html @@ -0,0 +1,8 @@ +
+
+ {{title}} +
+
+ {{ body | safe }} +
+
-- cgit