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