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 />