lib.itmens/social/templates/event/boosted.html
2024-04-19 20:29:36 -04:00

5 lines
184 B
HTML

{% load bleach_tags %}
boosted your post
<blockquote class="tldr" _="on click toggle .tldr on me">
{{ event.post.content|bleach:"a,p,span,br,div,img"|default:"<br>" }}
</blockquote>