{% endblock %}
{% for post in post_list %}
{% include "glarus_blog/includes/blog_item.html" with post=post image="true" TRUNCWORDS_COUNT=TRUNCWORDS_COUNT %}
{% empty %}
{% trans "No article found." %}
{% endfor %}
{% if author or archive_date or tagged_entries %}