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

7 lines
225 B
Plaintext
Raw Normal View History

2023-10-14 10:52:02 +00:00
{% for date, sections in posts[language].items() %}
{% if section in sections %}
{% for url, post in posts[language][date][section].items() %}
2023-07-22 13:18:15 +00:00
{% include "components/post_summary.j2" %}
2023-10-14 10:52:02 +00:00
{% endfor %}
{% endif %}
2023-07-22 13:18:15 +00:00
{% endfor %}