{% extends "base.html" %} {% block title %}{{ post.title }} - r/{{ post.community }}{% endblock %} {% block head %} {% call super() %} {% endblock %} {% block content %}

{{ post.score }}

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

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

{{ post.media }}

{{ post.body }}

Best
Top
New
Controversial
Old
{% for comment in comments %}

{{ comment.score }}

Posted by u/{{ comment.author }} {{ comment.time }}

{{ comment.body }}


{% endfor %} {% endblock %}