{% if post.image_id %}
{% include "community/_post_voting_buttons.html" %}

{{ post.title }}

{% if post.url %}

{{ post.url|shorten_url }} External link

{% endif %}

submitted {{ moment(post.posted_at).fromNow() }} by {{ render_username(post.author) }}

{% if post.url %} {{ post.image.alt_text }} {% else %} {{ post.image.alt_text }} {% endif %}
{% else %}
{% include "community/_post_voting_buttons.html" %}

{{ post.title }}

{% if post.url %}

{{ post.url|shorten_url }} External link

{% endif %}

submitted {{ moment(post.posted_at).fromNow() }} by {{ render_username(post.author) }}

{% endif %}
{% if post.body_html %}
{{ post.body_html|safe }}
{% endif %}