| 1 |
{% import 'elementor/macros' as m %} |
| 2 |
<div class="{{ m.render_base_classes(id, base_styles, settings) }} {{ editor_classes | default('') }}" |
| 3 |
{{- ' ' }}{{ m.render_data_attributes(id, type, interaction_id) }} |
| 4 |
{{- m.render_custom_attributes(settings, editor_attributes) }}> |
| 5 |
<!-- elementor-children-placeholder --> |
| 6 |
</div> |
| 7 |
{% if faq_schema_json %}<script type="application/ld+json">{{ faq_schema_json | raw }}</script>{% endif %} |
| 8 |
|