File size: 151 Bytes
7929f62
 
 
 
 
1
2
3
4
5
<{{ componentName|e('html') }}
    {% for key, value in componentParameters %}
    {{ key|e('html') }}="{{ value|e('html_attr') }}"
    {% endfor %}
/>