You are here

views-timelinejs-view-timelinejs.html.twig in Views TimelineJS integration 8.3

Default template for displays that use the TimelineJS style.

File

templates/views-timelinejs-view-timelinejs.html.twig
View source
  1. {#
  2. /**
  3. * @file
  4. * Default template for displays that use the TimelineJS style.
  5. *
  6. * @see template_preprocess_views_timelinejs_view_timelinejs()
  7. *
  8. * @ingroup themeable
  9. */
  10. #}
  11. <div{{ attributes.addClass('timelinejs') }}></div>