From 8fa598ae7eb8c014657cea787376109b7f4c5d18 Mon Sep 17 00:00:00 2001 From: mo8it Date: Sat, 17 May 2025 20:20:19 +0200 Subject: Add details shortcode --- website/templates/shortcodes/details.html | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 website/templates/shortcodes/details.html (limited to 'website/templates/shortcodes/details.html') diff --git a/website/templates/shortcodes/details.html b/website/templates/shortcodes/details.html new file mode 100644 index 0000000..c32d7c8 --- /dev/null +++ b/website/templates/shortcodes/details.html @@ -0,0 +1,9 @@ +
+ + {{ summary | safe }} (click to expand) + + +
+ {{ body | markdown | safe }} +
+
-- cgit v1.2.3