{{post.title}} {{ post.author.username }} submitted {{ post.created | to_datetime | naturaltime }} {{ post.score }} point{{ post.score|pluralize}} {% if post.content_html %} {{ post.content_html | safe }} {% elif post.content_text %} {{ post.content_text }} {% endif %} Comments {% csrf_token %} Markdown Plain text {# TODO: Implement uploading media #} {% for comment in comments %} {% include "comment.html" %} {% endfor %}
Comments
{% for comment in comments %} {% include "comment.html" %} {% endfor %}