8
0
Mirror von https://git.d3data.de/3rdParty/captcha-module.git synchronisiert 2025-04-22 13:51:37 +02:00
2023-07-19 09:05:40 +00:00

6 Zeilen
150 B
Twig

{% extends "form/contact.html.twig" %}
{% block captcha_form %}
{{ parent() }}
{% include "@oecaptcha/oe_captcha.html.twig" %}
{% endblock %}