Reddit, but better

{{ title }}

{{ sort[0] }} {{ sort[1] }}

{% 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|safe }}
{% endif %} {% if not saved %} {% endif %}
{% endfor %}