by {{ posts.author.first_name }} {{ posts.author.last_name }}
{{ posts.pub_datetime|date:"M/d/Y, f A"}}
{{ posts.body }}
POST REPLIES:
{% for reply in posts.reply.all %}
by {{ reply.author.first_name }} {{ reply.author.last_name }}
{{ reply.pub_datetime|date:"M/d/Y, f A"}}
{{ reply.body }}