9 lines
177 B
Twig
9 lines
177 B
Twig
{# seacms-theme
|
|
# SPDX-License-Identifier: EUPL-1.2 #}
|
|
|
|
{% extends "index.twig" %}
|
|
|
|
{% block content %}
|
|
{% include "includes/_contact_content.twig" %}
|
|
{% endblock content %}
|