/usr/share/httpd/grav/user/themes/quark/templates/modular/gallery.html.twig (1)

From RaySoft
{# -------------------------------------------------------------------------- #}
{# gallery.html.twig
{# =================
{#
{# Project   Root Server
{# Scope     Native
{# Copyright (C) 2024 by RaySoft, Zurich, Switzerland
{# License   GNU General Public License (GPL) 2.0
{#           https://www.gnu.org/licenses/gpl2.txt
{#
{# -------------------------------------------------------------------------- #}

<div class="modular-row gallery-container {{ page.header.class }}">
    {{ unite_gallery(page.media.images,
    '{"gallery_theme":"' ~ page.header.unitegallery.gallery_theme ~ '"}',
    page.header.unitegallery.gallery_id) }}
</div>

Usage

See Grav Howto (1)