{{ title }}

{% for post in posts %}

{{ post.title }}

{% if post.subreddit %}
/r/{{ post.subreddit }} {% if post.author %} — {{ post.author }} {% endif %} {% if post.age %} — {{ post.age }} {% 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 %}
{% endfor %}