{{ title }}

{% for post in posts %}

{{ post.title }}

{% if post.subreddit %}
{{ post.subreddit }}
{% 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 %}