{% extends "base.html" %} {% if sub.name != "" %} {% block title %}r/{{ sub.name }}: {{ sub.description }}{% endblock %} {% endif %} {% block body %} {% if sub.name != "" %}
{{ sub.icon }}

r/{{ sub.name }}

{{ sub.description }}

👤 {{ sub.members }} 🟢 {{ sub.active }}
{% endif %}
{% for post in posts %}

{{ post.score }}

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 %}