{% 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 {% for post in posts %} {{ post.published_at|date:"j M, Y" }} {{ post.title }} {% endfor %} Ver todo el blog → {% endif %} {% endif %} {% endblock %}
{{ site.description }}