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

10 lines
287 B
Plaintext
Raw Normal View History

2023-07-22 13:18:15 +00:00
<div class="sidebar">
<section>
{% for section, urls in posts[language].items() %}
<p>
<a href="/{{ language}}/{{ section }}">{{ translate(section, language) }} ({{ urls | length }})</a>
</p>
{% endfor %}
</section>
</div>