{% load i18n insight_tags %}
{# Feed items must be direct article children of the feed landmark. #} {% for item in infinite_scroll_config.items %}

{{ item.title }}

{{ item.content }}

{% endfor %} {% if not infinite_scroll_config.auto_fetch %} {% with page_num=infinite_scroll_config.page|stringformat:"s" %} {% with url=infinite_scroll_config.request_url|add:"?page="|add:page_num|add:"&auto_fetch="|add:infinite_scroll_config.auto_fetch %} {% button label=_('Load more') size='l' extra_classes='mx-auto' hx_get=url hx_swap='outerHTML' hx_trigger='click' hx_indicator='.htmx-indicator' %} {% endwith %} {% endwith %} {% endif %} {# Loading Indicator #}
{% trans 'More content is loading...' %}