{# SPDX-FileCopyrightText: 2024-2026 JWP Consulting GK #} {# SPDX-License-Identifier: AGPL-3.0-or-later #} {% extends "storefront_base.html" %} {% load markdownify %} {% load i18n %} {% load projectify %} {% block title %} {% translate "Contact - Projectify" %} {% endblock title %} {% block storefront_content %}
{% include "storefront/common/storefront_header.html" with title=_("Contact") %}
{{ markdowntext|markdownify }}
{% endblock storefront_content %}