You are here

hero-xlarge.html.twig in View Modes Inventory - Bootstrap Ready 8.2

Same filename and directory in other branches
  1. 8 templates/hero/hero-xlarge.html.twig

View modes inventory - Hero -xlarg template.

File

templates/hero/hero-xlarge.html.twig
View source
  1. {#
  2. /**
  3. * @file
  4. * View modes inventory - Hero -xlarg template.
  5. */
  6. #}
  7. {% if title_suffix.contextual_links is not null %}
  8. {{ title_suffix.contextual_links }}
  9. {% endif %}
  10. <{{ outer_wrapper }}{{ attributes.addClass('hero-view-mode', 'xlarge', 'clearfix') }}>
  11. <{{ main_wrapper }} class="main-content">
  12. {{ content.main }}
  13. </{{ main_wrapper }}>
  14. </{{ outer_wrapper }}>