site-accueil-insa/matomo/plugins/CoreHome/templates/_angularComponent.twig

5 lines
No EOL
151 B
Twig

<{{ componentName|e('html') }}
{% for key, value in componentParameters %}
{{ key|e('html') }}="{{ value|e('html_attr') }}"
{% endfor %}
/>