You are here

horizontal-media-teaser-medium.html.twig in View Modes Inventory - Bootstrap Ready 8.2

View modes inventory - Horizontal media teaser - medium template.

File

templates/horizontal-media-teaser/horizontal-media-teaser-medium.html.twig
View source
  1. {#
  2. /**
  3. * @file
  4. * View modes inventory - Horizontal media teaser - medium template.
  5. */
  6. #}
  7. {% if title_suffix.contextual_links is not null %}
  8. {{ title_suffix.contextual_links }}
  9. {% endif %}
  10. <{{ outer_wrapper }}{{ attributes.addClass('horizontal-media-teaser-view-mode', 'medium', 'anchor-all', 'clearfix') }}>
  11. {% if left is not null %}
  12. <{{ left_wrapper }} class="left col-6 col-sm-6">
  13. {{ content.left }}
  14. </{{ left_wrapper }}>
  15. {% endif %}
  16. {% if right is not null %}
  17. <{{ right_wrapper }} class="right col-6 col-sm-6">
  18. {{ content.right }}
  19. </{{ right_wrapper }}>
  20. {% endif %}
  21. </{{ outer_wrapper }}>