{% extends "base.html" %} {% block title %}r/{{ sub.name }}: {{ sub.description }}{% endblock %} {% block body %} {% block header %}
libreddit. GITHUB
{% endblock %}
{{ sub.icon }}

r/{{ sub.name }}

{{ sub.description }}

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

{{ post.score }}

r/{{ sub.name }} • Posted by {{ post.time }}

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


{% endfor %}
{% endblock %}