{% extends "madga/blog/base.html" %} {% block title %}Blog · {{ site.name }}{% endblock %} {% block content %} {% if category %}{{ category.name }}{% elif tag %}#{{ tag.name }}{% else %}Blog{% endif %} {% if category %}{{ category.description }}{% endif %} {% if categories %} Todos {% for c in categories %} {{ c.name }} {% endfor %} {% endif %} {% for post in posts %} {{ post.published_at|date:"j M, Y" }} {% if post.category %}·{{ post.category.name }}{% endif %} {{ post.title }} {% if post.excerpt %}{{ post.excerpt }}{% endif %} {% empty %} No hay posts aún. {% endfor %} {% endblock %}
{{ category.description }}
{{ post.excerpt }}