{% extends "base.html" %} {% if sub.name != "" %} {% block title %}r/{{ sub.name }}: {{ sub.description }}{% endblock %} {% endif %} {% block body %}
{% if sort.0 == "top" %}{% endif %}
{% for post in posts %}

{{ post.score }}

{% if post.flags.nsfw %}
NSFW
{% endif %}

r/{{ post.community }} {% if post.author_flair.0 != "" %} {{ post.author_flair.0 }} {% endif %} {{ post.time }}

{% if post.flair.0 != "" %} {{ post.flair.0 }} {% endif %} {{ post.title }}


{% endfor %}
{% if ends.0 != "" %} PREV {% endif %} {% if ends.1 != "" %} NEXT {% endif %}
{% if sub.name != "" %} {% endif %}
{% endblock %}