Added another front page space for Yaffs info. Added roave security for composer.
[yaffs-website] / web / core / themes / stable / templates / field / image.html.twig
1 {#
2 /**
3  * @file
4  * Theme override of an image.
5  *
6  * Available variables:
7  * - attributes: HTML attributes for the img tag.
8  * - style_name: (optional) The name of the image style applied.
9  *
10  * @see template_preprocess_image()
11  */
12 #}
13 <img{{ attributes }} />