Interim commit.
[yaffs-website] / web / modules / contrib / blazy / tests / modules / blazy_test / templates / blazy-test.html.twig
1 {#
2 /**
3  * @file
4  * Default theme implementation for the blazy-test template.
5  *
6  * Available variables:
7  * - attributes: An array of attributes to apply to the element.
8  * - content: A renderable array of the content.
9  * - settings: An array containing the given settings.
10  *
11  * @see template_preprocess_blazy_test()
12  */
13 #}
14 <div{{ attributes.addClass('blazy-test') }}>
15   {{ content }}
16  </div>