You are here

views-view-vertical-tabs.html.twig in Views vertical tabs style plugin 8

Template to display a views row in details.

Available variables:

  • vertical_tabs: Render array of all the vertical_tabs.

File

templates/views-view-vertical-tabs.html.twig
View source
  1. {#
  2. /**
  3. * @file
  4. * Template to display a views row in details.
  5. *
  6. * Available variables:
  7. * - vertical_tabs: Render array of all the vertical_tabs.
  8. *
  9. * @see template_preprocess_views_view_vertical_tabs()
  10. *
  11. * @ingroup views_templates
  12. */
  13. #}
  14. {{ vertical_tabs }}