seacms-theme/contact.twig
2023-03-26 23:48:40 +02:00

11 lines
280 B
Twig

{#!
# SeaCMS 1.0.0-alpha.2 (https://git.defis.info/SeaCMS/seacms)
# Licensed under EUPL (https://git.defis.info/SeaCMS/seacms/src/branch/master/LICENCE)
#}
{% extends "index.twig" %}
{% block content %}
{% include "includes/_contact_content.twig" %}
{% endblock content %}