You are here

zurb-twentytwenty.html.twig in ZURB TwentyTwenty 8

Same filename and directory in other branches
  1. 2.0.x templates/zurb-twentytwenty.html.twig

zurb-twentytwenty.html.twig Default theme implementation to present images formatted for Zurb TwentyTwenty.

Available variables:

  • images: Formatted images based on the field formatter options that were set.

File

templates/zurb-twentytwenty.html.twig
View source
  1. {#
  2. /**
  3. * @file zurb-twentytwenty.html.twig
  4. * Default theme implementation to present images formatted for Zurb TwentyTwenty.
  5. *
  6. * Available variables:
  7. * - images: Formatted images based on the field formatter options that were set.
  8. *
  9. * @ingroup themeable
  10. */
  11. #}
  12. <div class="twentytwenty-container">
  13. {{ images }}
  14. </div>