# elementor/4.3.2/modules/atomic-widgets/elements/atomic-list/atomic-list.html.twig

Elementor Website Builder – more than just a page builder, version 4.3.2. 8 lines.

- Page: https://pluginprobe.com/plugins/elementor/4.3.2/code/modules/atomic-widgets/elements/atomic-list/atomic-list.html.twig
- Raw: https://pluginprobe.com/plugins/elementor/4.3.2/raw/modules/atomic-widgets/elements/atomic-list/atomic-list.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.2/code/modules/atomic-widgets/elements/atomic-list/atomic-list.html.twig#L10-L20`.

```twig
{% import 'elementor/macros' as m %}
{%- set classes = ['elementor-element', 'elementor-element-' ~ id, 'e-con', 'e-atomic-element', m.default_tag_class(tag)] | merge(settings.classes | default([])) | join(' ') -%}
<{{ tag | e('html_tag') }} class="{{ classes }} {{ editor_classes | default('') }}"
	{{- ' ' }}{{ m.render_data_attributes(id, type, interaction_id) }}
	{{- m.render_custom_attributes(settings, editor_attributes) }}>
	<!-- elementor-children-placeholder -->
</{{ tag | e('html_tag') }}>

```
