From d245c05825743e20d2df2900c4f8313d82ebcfe1 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Mon, 2 Feb 2026 21:10:12 +0530 Subject: first commit --- templates/shortcodes/guestbook_entry.html | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 templates/shortcodes/guestbook_entry.html (limited to 'templates/shortcodes/guestbook_entry.html') diff --git a/templates/shortcodes/guestbook_entry.html b/templates/shortcodes/guestbook_entry.html new file mode 100644 index 0000000..69789ca --- /dev/null +++ b/templates/shortcodes/guestbook_entry.html @@ -0,0 +1,25 @@ +{% import "macros/date.html" as date %} + +
+

+ {% if website %}{% endif %} + {{ name | safe }} + {% if website %}{% endif %} +
+ +

+

+ {{ message | safe }} +

+ {% if reply %} +
+

+ {{ reply | safe }} +

+ — {{ config.extra.nickname }} +

+
+ {% endif %} +
-- cgit v1.2.3