You are here

gridstack-preview.html.twig in GridStack 8

Default theme implementation for the blazy-test template.

Available variables:

  • attributes: An array of attributes to apply to the element.
  • content: A renderable array of the content.
  • settings: An array containing the given settings.

File

templates/gridstack-preview.html.twig
View source
  1. {#
  2. /**
  3. * @file
  4. * Default theme implementation for the blazy-test template.
  5. *
  6. * Available variables:
  7. * - attributes: An array of attributes to apply to the element.
  8. * - content: A renderable array of the content.
  9. * - settings: An array containing the given settings.
  10. *
  11. * @see template_preprocess_blazy_test()
  12. */
  13. #}
  14. <div{{ attributes.addClass('gridstack-preview') }}>
  15. {{ content }}
  16. </div>