You are here

video-filter-html.html.twig in Video Filter 8

Video Filter (HTML).

File

templates/video-filter-html.html.twig
View source
  1. {#
  2. /**
  3. * @file
  4. * Video Filter (HTML).
  5. */
  6. #}
  7. <div class="video-filter {{ video.classes|join(' ') }}">{{ video.html|raw }}</div>