{% extends "base.html" %} {% block title %}Libreddit{% endblock %} {% block content %}
Hot
Top
New
Rising
{% for post in posts %}

{{ post.score }}

r/{{ post.community }} • Posted by {{ post.time }}

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


{% endfor %} {% endblock %}