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