File "atomic-heading.html.twig"
Full Path: /home/romayxjt/public_html/wp-content/plugins/elementor/modules/atomic-widgets/elements/atomic-heading/atomic-heading.html.twig
File size: 438 bytes
MIME-type: text/html
Charset: utf-8
{% if settings.title is not empty %}
<{{ 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 }}" class="{{ base_styles['link-base'] }}">
{{ settings.title }}
</a>
{% else %}
{{ settings.title }}
{% endif %}
</{{ settings.tag | e('html_tag') }}>
{% endif %}