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