{% if heading %}
{{heading}}
{% endif %}
{% for post in contexto['lista_posts_recientes'] %}
{{contents}}
{{ post[0]|upper }}
- modificado: {{ post[1] }}
{% endfor %}
{{ post[2]|safe }} ... ( ver más )