You are here

twentytwenty.html.twig in Glazed CMS Portfolio 8

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/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>