{% extends "madga/blog/base.html" %}
{% block title %}{{ site.name }}{% endblock %}
{% block content %}
{# Minimal: just the most-recent posts as a clean list. No hero, no chrome. #}
{{ site.name }}
{% if site.description %}
{{ site.description }}
{% endif %}
{% if posts %}
{% for post in posts %}