{{ entry.title }}
{{ entry.category }}
{{ entry.foreword|safe|linebreaks }}
{{ entry.body|safe|linebreaks }}
Comentarios
{% for comment in comments %}
{{ comment.title }}
- {{ comment.author }}
{% if comment.author_web %}
- {{ comment.author_web }}
{% endif %}
- karma: {{ comment.karma }}
- {{ comment.date|date:"D d M Y" }}
{{ entry.foreword|safe|linebreaks }}
{{ entry.body|safe|linebreaks }}
{{ comment.body|linebreaks }}
{% endfor %}