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

3 lines
112 B
Plaintext
Raw Normal View History

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