14 lines
259 B
Twig
14 lines
259 B
Twig
|
{#
|
||
|
/**
|
||
|
* @file
|
||
|
* Theme override 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()
|
||
|
*/
|
||
|
#}
|
||
|
<img{{ attributes }} />
|