horizontal-media-teaser-xsmall.html.twig in View Modes Inventory - Bootstrap Ready 8.2
Same filename and directory in other branches
View modes inventory - Horizontal media teaser - xsmall template.
File
templates/horizontal-media-teaser/horizontal-media-teaser-xsmall.html.twigView source
- {#
- /**
- * @file
- * View modes inventory - Horizontal media teaser - xsmall template.
- */
- #}
- {% if title_suffix.contextual_links is not null %}
- {{ title_suffix.contextual_links }}
- {% endif %}
- <{{ outer_wrapper }}{{ attributes.addClass('horizontal-media-teaser-view-mode', 'xsmall', '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 }}>