{% extends "texsitecleanblog/base.html" %} {% load i18n %} {% load wagtailcore_tags %} {% block clean-blog-body-content %} {% for block in page.body %} {% if block.block_type == "intro" %} {% include_block block %} {% endif %} {% endfor %}
{% trans "No entries found" %}
{% endfor %} {% if articles.has_other_pages %} {% include "texsitecleanblog/includes/paginator.html" with items=articles only %} {% endif %}