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

3 lines
112 B
Django/Jinja

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