{% include "action_reply_post.html" %}
{% include "action_like_post.html" %}
{% include "action_boost_post.html" %}
{% include "action_open_post.html" %}
{% if post.summary %}
{{ post.summary }}
{{ post.safe_content_local }}
{% else %}
{{ post.safe_content_local }}
{% endif %}
{% for attachment in post.attachments.all %}
{{ attachment.file_display_name }}
{% endfor %}