{% extends "base.html" %} {% block content %}
{% 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 %}
{% endblock %}