{% extends "_layouts/_base.html" %} {% block content %} {# Try to find a meaningful title for the group #} {% set group_title = group_config.name | default(group_by | title) | default('Group Index') %} {# Define page_title for the base template #} {% set page_title = group_title + ' | ' + (site.title | default('Niamoto Export')) %}

{{ group_title }}

{% if items %} {% else %}

No items found for this group.

{% endif %} {% endblock %}