geo-coop/web/themes/custom/geofresco/src/templates/elements/image.html.twig
2024-03-11 12:53:23 -07:00

17 lines
333 B
Twig

{#
/**
* @file
* Default theme implementation of an image.
*
* Available variables:
* - attributes: HTML attributes for the img tag.
* - style_name: (optional) The name of the image style applied.
*
* @see template_preprocess_image()
*
* @ingroup themeable
*/
#}
<figure class="image">
<img{{ attributes }} />
</figure>