{% extends "base.html" %} {% block content %} {{contents}} {% for post in contexto['lista_posts_recientes'] %}
{{ post[0]|n_heading }} - modificado: {{ post[1] }} {{ post[2]|safe }} ... ( ver más )
{% for cat in post[3] %} #{{ cat }} {% endfor %}
{% endfor %} Ir a Página: {% for i in range((contexto['total_posts']//11) + 1 ) %} {% if i == contexto['pagina_actual'] %} {{ i }} {% else %} {{ i }} {% endif %}    {% endfor %} {% endblock %}