{% extends 'base.html' %} {% block title %} {{ post.titulo }} ({{ post.data_postagem }}) {% endblock title %} {% block content %}
{{post.conteudo}}
{%if post.img %}Postado por: {{ post.criador }}
Não há comentários para este post.
{% endif %}Categorias deste post: {{ post.category_set.all|join:", " }}
{% endif %}
"{{ comment.text }}"
Autor: {{ comment.author }}
Postado em: {{ comment.data_postagem }}