{% extends 'base.html' %} {% block content %}

{{ category.titulo }}

{{category.description}}

{% for post in category.post.all %} {% endfor %} Voltar
{% endblock content %}