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

6 lines
236 B
HTML

{% load bleach_tags %}
mentioned you
<blockquote class="tldr" _="on click toggle .tldr on me">
{{ event.post.content|bleach:"a,p,span,br,div,img"|default:"<br>" }}
</blockquote>
{% include "events/_post.html" with post=event.reply %}