{% include "post/_post_voting_buttons.html" %}
{% if post.image_id %}
{% if post.type == POST_TYPE_LINK %} {{ post.image.alt_text if post.image.alt_text else '' }} {% else %} {{ post.image.alt_text if post.image.alt_text else '' }} {% endif %}
{% endif %} {{ post.title }} {% if post.type == POST_TYPE_IMAGE %} {% endif %} {% if post.type == POST_TYPE_LINK and post.domain_id %} {% if post.url and 'youtube.com' in post.url %} {% endif %} External link ({{ post.domain.name }}) {% endif %} {% if post.reports and current_user.is_authenticated and post.community.is_moderator(current_user) %} {% endif %}

{{ render_username(post.author) }} ยท {{ moment(post.posted_at).fromNow() }}