{% extends "base.html" %} {% load humanize %} {% block head %}{% endblock %} {% block content %}
|
{{ post.created_by }} {% if post.created_by.flair %}({{ post.created_by.flair }}) {% endif %} joined {{ post.created_by.date_joined|naturaltime }} |
{{ post.created_at|naturaltime }}
{{ post.content|safe }} |