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

{{heading}}

{% endif %}

Posts/Noticias mas recientes

{% 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 %}
{{contents}} Ir a Página: {% for i in range((contexto['total_posts']//11) + 1 ) %} {% if i == contexto['pagina_actual'] %} {{ i }} {% else %} {{ i }} {% endif %}    {% endfor %}
{% endblock %}