franca-theme-blog/templates/components/index.j2

7 lines
227 B
Django/Jinja

{% for section, urls in posts[language].items() %}
{% if section != "/" %}
{% for url, post in urls.items() %}
{% include "components/post_summary.j2" %}
{% endfor %}
{% endif %}
{% endfor %}