{% extends "madga/blog/base.html" %} {% load madga_tags %} {% block title %}{{ site.name }}{% endblock %} {% block content %} {% if has_blocks %} {% for block in blocks %} {% include "madga/blog/blocks/_block.html" with block=block %} {% endfor %} {% else %}

{{ site.name }}

{% if site.description %}

{{ site.description }}

{% endif %}
{% if posts %}

Últimos posts

Ver todo el blog →
{% endif %}
{% endif %} {% endblock %}