You are here

farm-map.html.twig in farmOS 2.x

Default theme implementation for the farm_map render element.

Available variables:

  • attributes: Attributes for the farm_map wrapper div.

File

modules/core/map/templates/farm-map.html.twig
View source
  1. {#
  2. /**
  3. * @file
  4. * Default theme implementation for the farm_map render element.
  5. *
  6. * Available variables:
  7. * - attributes: Attributes for the farm_map wrapper div.
  8. *
  9. * @ingroup themeable
  10. */
  11. #}
  12. <div{{ attributes }}></div>