{{heading}}
{% endif %}Lista por fecha (más reciente primero)
-
{% for archivo in contexto['lista_posts_fecha'] %}
- {{ archivo[1][0:-3] }} - modificado:{{ archivo[0] }} {% endfor %}
Lista por categorías
-
{% for post in contexto['lista_posts_categoria'] %}
-
#{{ post[0] }}
({{ post[1] }})
- {% for nombre_post in post[2] %} · {{ nombre_post }} {% endfor %}
{% endfor %}