{% extends "madga/blog/base.html" %} {% block title %}Blog · {{ site.name }}{% endblock %} {% block content %} {# Grid layout: 2-col cards with featured image on top. #} {% 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 %} {% if post.featured_image %} {% else %} {% endif %} {{ 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 }}
No hay posts aún.