vartheme_bs4-8.x-6.10/templates/vmi/horizontal-media-teaser/horizontal-media-teaser-medium.html.twig
templates/vmi/horizontal-media-teaser/horizontal-media-teaser-medium.html.twig
{#
/**
* @file
* View modes inventory - Horizontal media teaser - medium template.
*/
#}
{% if title_suffix.contextual_links is not null %}
{{ title_suffix.contextual_links }}
{% endif %}
<{{ outer_wrapper }}{{ attributes.addClass('row', 'horizontal-media-teaser-view-mode', 'medium', 'anchor-all', 'clearfix') }}>
{% if left is not null %}
<{{ left_wrapper }} class="left col-6 col-sm-6">
{{ content.left }}
</{{ left_wrapper }}>
{% endif %}
{% if right is not null %}
<{{ right_wrapper }} class="right col-6 col-sm-6">
{{ content.right }}
</{{ right_wrapper }}>
{% endif %}
</{{ outer_wrapper }}>
