{{ 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 %}

{{ render_username(post.author) }} ยท {{ moment(post.posted_at).fromNow() }} {% if post.image_id %}
{{ post.image.alt_text }}
{% endif %}
{% include "post/_post_voting_buttons.html" %}