{% extends "main.html" %} {% block content %}

Deja tu comentario. Write your comment here

{% if error %}

Please, fill the form correctly

{% endif %}
{{ commentform }}


{{ entry.title }}

{{ entry.category }}

{{ entry.foreword|safe|linebreaks }}

{{ entry.body|safe|linebreaks }}

Por {{ entry.author }}  |  en: {{ entry.date|date:"D d M Y"}}

Comentarios

{% for comment in comments %}

{{ comment.title }}

{{ comment.body|linebreaks }}



{% endfor %}
{% endblock content %}