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

7 lines
227 B
Plaintext
Raw Normal View History

2023-07-22 13:18:15 +00:00
{% for section, urls in posts[language].items() %}
2023-07-23 08:47:23 +00:00
{% if section != "/" %}
{% for url, post in urls.items() %}
{% include "components/post_summary.j2" %}
{% endfor %}
{% endif %}
2023-07-22 13:18:15 +00:00
{% endfor %}