# elementor/4.3.0-beta3/modules/atomic-widgets/elements/flexbox/flexbox.html.twig

Elementor Website Builder – more than just a page builder, version 4.3.0-beta3. 8 lines.

- Page: https://pluginprobe.com/plugins/elementor/4.3.0-beta3/code/modules/atomic-widgets/elements/flexbox/flexbox.html.twig
- Raw: https://pluginprobe.com/plugins/elementor/4.3.0-beta3/raw/modules/atomic-widgets/elements/flexbox/flexbox.html.twig
- Modified: 2026-09-01T11:47:36+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/elementor/4.3.0-beta3/code/modules/atomic-widgets/elements/flexbox/flexbox.html.twig#L10-L20`.

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

```
