dsfr4drupal-1.x-dev/components/consent-modal/consent-modal.twig
components/consent-modal/consent-modal.twig
{% embed 'dsfr4drupal:modal' with {
html_id: 'modal-consent',
size: 'lg',
title: title|default('Manage consent'|t)
} %}
{% block modal_content %}
{{ include('dsfr4drupal:consent-manager', {
'title': title,
'services': services,
}, with_context=false) }}
{% endblock %}
{% endembed %}
