Lista de posts/noticias categoría: {{ contexto['categoria_actual'] }}
Total: {{ contexto['lista_posts_categoria'][0] }}
-
{% for post in contexto['lista_posts_categoria'][1] %}
- {{ post|n_heading }} {% endfor %}
Lista de posts/noticias por categorías:
-
{% for post in contexto['lista_posts_categoria'] %}
-
#{{ post[0]}}
({{ post[1] }})
- {% for nombre_post in post[2] %} · {{ nombre_post|n_heading }} {% endfor %}
{% endfor %}