| 1 |
{% import 'elementor/macros' as m %} |
| 2 |
<{{ tag | e('html_tag') }} class="{{ m.render_base_classes(id, base_styles, settings, [], tag) }} {{ editor_classes | default('') }}" |
| 3 |
{{- ' ' }}{{ m.render_data_attributes(id, type, interaction_id) }} |
| 4 |
{{- m.render_link_attributes(settings.link | default(null)) }} |
| 5 |
{{- m.render_custom_attributes(settings, editor_attributes) }}> |
| 6 |
<!-- elementor-children-placeholder --> |
| 7 |
</{{ tag | e('html_tag') }}> |
| 8 |
|