pyfedi/app/templates/post/_post_reply_teaser.html

5 lines
236 B
HTML
Raw Normal View History

2023-10-07 21:32:19 +13:00
<div class="post_reply_teaser">
2023-11-12 20:54:22 +13:00
{{ post_reply.body_html|safe }}
2024-01-10 17:02:59 +13:00
<p><a href="{{ url_for('activitypub.post_ap', post_id=post_reply.post.id, _anchor='comment_' + str(post_reply.id)) }}">{{ _('View context') }}</a></p>
2023-11-12 20:54:22 +13:00
</div>
<hr />