{#
/**
* @file
* Default theme implementation of an image.
*
* Available variables:
* - attributes: HTML attributes for the img tag.
* @see template_preprocess_image()
* @ingroup themeable
*/
#}
<img{{ attributes }} />