mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-24 11:51:27 -08:00
5 lines
No EOL
236 B
HTML
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 /> |