{{ post.title }}
{% if post.subreddit %}/r/{{ post.subreddit }} {% if post.author %} — {{ post.author }} {% endif %}
{% endif %} {% if post.media_html|length > 0 %}
{% for media in post.media_html %}
{{ media|safe }}
{% endfor %}
{% if post.media_html|length > 1 %}
{% endif %}
{% endif %}
{% if post.body %}
{{ post.body }}
{% endif %}