From 5abf927a5d374ca498009a3b9a1f2d6a237825a9 Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Sat, 18 Jan 2025 22:24:09 +0100 Subject: [PATCH] feat: use enhance-content to style and manipulate content tags --- templates/card.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/templates/card.html b/templates/card.html index e3c6bbb..392f5b1 100644 --- a/templates/card.html +++ b/templates/card.html @@ -24,7 +24,10 @@
- {{thread.content | safe}} + + + {{thread.content | safe}} + {% for media in thread.media_attachments %} {% if media.type == 'image'%}