--- action: 'cmscontent:archive' template: inner protocol: all published: true name: Blog Categories url: /archives/:type/:category ---

{{ category }}

{{ partial('breadcrumb-bar') }}
{% if archives | length > 0 %} {% paginate archives by 5 %} {% for post in pagination.items %}

{{ post.title }}

{{ post.excerpt | unescape }}

{% endfor %}
{% navigation %}
{% endpaginate %} {% else %}

Not found

No {{ type }} posts found in category: {{ category }} {{ categoryID }}

{% endif %}