{% extends "madga/blog/base.html" %} {% load madga_tags %} {% block title %}{{ site.name }}{% endblock %} {% block content %} {# Editorial: hero post + 4-up grid. Uses real recent posts (not HomepageBlocks). #} {% with posts=posts|default:'' %} {{ site.name }} {% if site.description %}{{ site.description }}{% endif %} {% if posts %} {% for post in posts %} {% if forloop.first %} {# Hero post — full width with featured image #} {% if post.featured_image %} {% endif %} {% if post.category %}{{ post.category.name }} · {% endif %} {{ post.published_at|date:"j M Y" }} {{ post.title }} {% if post.excerpt %}{{ post.excerpt }}{% endif %} {% endif %} {% endfor %} {% if posts|length > 1 %} {% for post in posts %} {% if not forloop.first %}{% if forloop.counter <= 5 %} {% if post.featured_image %} {% endif %} {% if post.category %}{{ post.category.name }}{% else %}{{ post.published_at|date:"j M" }}{% endif %} {{ post.title }} {% endif %}{% endif %} {% endfor %} {% endif %} {% else %} Aún no hay posts. Crea uno en el Studio. {% endif %} {% endwith %} {% endblock %}
{{ site.description }}
{{ post.excerpt }}
Aún no hay posts. Crea uno en el Studio.