{% include "blog/packs/premium/partials/blog_overview_intro.html" with page=page current_page=current_page paginator=paginator only %}
{% if blogs %}
{% for blog in blogs %}
{% include "blog/packs/premium/partials/blog_overview_card.html" with blog=blog only %}
{% endfor %}
{% if paginator.num_pages > 1 %}
{% include "partials/cms_pagination.html" %}
{% endif %}
{% else %}
{% trans "No blog posts have been published yet." %}
{% endif %}
{% endblock %}