1
0
Fork 0
mirror of https://codeberg.org/rimu/pyfedi synced 2025-02-13 13:58:04 -08:00
pyfedi/app/templates/post/_post_reply_teaser.html
2024-01-10 17:02:59 +13:00

5 lines
No EOL
236 B
HTML

<div class="post_reply_teaser">
{{ post_reply.body_html|safe }}
<p><a href="{{ url_for('activitypub.post_ap', post_id=post_reply.post.id, _anchor='comment_' + str(post_reply.id)) }}">{{ _('View context') }}</a></p>
</div>
<hr />