<# if ( 'image' === settings.graphic_element && '' !== settings.image.url ) { #>
<# } else if ( 'icon' === settings.graphic_element && hasIcon ) { #>
<# if ( iconHTML && iconHTML.rendered && ( ! settings.icon || migrated ) ) { #>
{{{ iconHTML.value }}}
<# } else { #>
<# } #>
<# } #>
<# if ( settings.title_text_a ) { #>
<{{ titleTag }} class="elementor-flip-box__layer__title">{{{ settings.title_text_a }}}{{ titleTag }}>
<# } #>
<# if ( settings.description_text_a ) { #>
<{{ descriptionTag }} class="elementor-flip-box__layer__description">{{{ settings.description_text_a }}}{{ descriptionTag }}>
<# } #>