{{ post.title }}
Por {{ post.author.nombre }} {{ post.author.apellido or '' }} {% if post.published_at %} el {{
post.published_at.strftime('%d/%m/%Y') }} {% else %} el {{ post.fecha_alta.strftime('%d/%m/%Y')
}} {% endif %} {% if post.comment_count > 0 %} - {{ post.comment_count }} comentario{{ 's' if
post.comment_count != 1 else '' }} {% endif %}
{% if post.tags %}
{% for tag in post.tags %}
{{ tag.name }}
{% endfor %}
{% endif %}
{{ mkdonw2thml(post.content[:300]) }} {% if post.content|length > 300 %}...{% endif %}
Leer más