{% extends "base.html" %} {% if sub.name != "" %} {% block title %}r/{{ sub.name }}: {{ sub.description }}{% endblock %} {% endif %} {% block body %} Hot New Top {% for post in posts %} {{ post.score }} {% if post.nsfw %}NSFW{% endif %} r/{{ post.community }} • u/{{ post.author }} {% if post.author_flair.0 != "" %} {{ post.author_flair.0 }} {% endif %} {{ post.time }} {% if post.flair.0 != "" %} {{ post.flair.0 }} {% endif %} {{ post.title }} {% endfor %} {% if sub.name != "" %} {% endif %} {% endblock %}