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