{# SPDX-License-Identifier: AGPL-3.0-or-later #} {# SPDX-FileCopyrightText: 2026 JWP Consulting GK #} Redirects

Redirects

{% if redirects %}
    {% for source, destination in redirects.items %}
  1. {{ source }} redirects to {{ destination }}
  2. {% endfor %}
{% else %}

There are no redirects at the moment.

{% endif %}