{% extends "base.html" %} {% block content %}
{% if heading %}

{{heading}}

{% endif %}
{% for post in contexto['lista_posts_recientes'] %}
{{ post[0]|upper }} - modificado: {{ post[1] }}

{{ post[2]|safe }} ... ( ver más )

{% endfor %}
{{contents}}
{% endblock %}