{{ post.published_at|date:"j F, Y" }} {% if post.category %} · {{ post.category.name }}{% endif %} {{ post.title }} {% if post.excerpt %}{{ post.excerpt }}{% endif %} {% if post.author %}por {{ post.author.get_full_name|default:post.author.username }}{% endif %} {% if post.featured_image %} {% if post.featured_image.caption %}{{ post.featured_image.caption }}{% endif %} {% endif %} {{ post.body_html|safe }} {% if post.tags.all %} {% for t in post.tags.all %} #{{ t.name }} {% endfor %} {% endif %} ← Volver al blog