{% if post.image_id %}

{{ post.title }}

{% if post.url %}

{{ post.url|shorten_url }} {% if post.type == post_type_link %} (domain) {% endif %}

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

{{ post.title }}

{% if post.url %}

{{ post.url|shorten_url }} External link {% if post.type == post_type_link %} (domain) {% endif %}

{% endif %}

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

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

{% endif %}