{# SPDX-License-Identifier: AGPL-3.0-or-later #}
{# SPDX-FileCopyrightText: 2026 JWP Consulting GK #}
{% extends "_default/baseof.html" %}
{% load i18n %}
{% block main %}
{{ page.title }}
{{ content }}
{% blocktrans with href=add_page_url %} You haven't added any pages yet. Add a page {% endblocktrans %}
{% endif %}{% blocktrans %} Tags become active when you add it to a page and publish that page. {% endblocktrans %} {% trans 'See all active tags' %}
{% endblock main %}