# elementor/3.28.4/modules/atomic-widgets/elements/atomic-heading/atomic-heading.html.twig

Elementor Website Builder – more than just a page builder, version 3.28.4. 12 lines.

- Page: https://pluginprobe.com/plugins/elementor/3.28.4/code/modules/atomic-widgets/elements/atomic-heading/atomic-heading.html.twig
- Raw: https://pluginprobe.com/plugins/elementor/3.28.4/raw/modules/atomic-widgets/elements/atomic-heading/atomic-heading.html.twig
- Modified: 2025-03-17T13:28:54+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/3.28.4/code/modules/atomic-widgets/elements/atomic-heading/atomic-heading.html.twig#L10-L20`.

```twig
<{{ settings.tag | e('html_tag') }}
    class="{{ settings.classes | merge( [ base_styles.base ] ) | join(' ') }}"
>
    {% if settings.link.href %}
        <a href="{{ settings.link.href | e('full_url') }}" target="{{ settings.link.target }}">
            {{ settings.title }}
        </a>
    {% else %}
        {{ settings.title }}
    {% endif %}
</{{ settings.tag | e('html_tag') }}>

```
