blazy-8.x-2.x-dev/tests/modules/blazy_test/templates/blazy-test.html.twig
tests/modules/blazy_test/templates/blazy-test.html.twig
{#
/**
* @file
* Default theme implementation for the blazy-test template.
*
* Available variables:
* - attributes: An array of attributes to apply to the element.
* - content: A renderable array of the content.
* - settings: An array containing the given settings.
*
* @see template_preprocess_blazy_test()
*/
#}
<div{{ attributes.addClass('blazy-test') }}>
{{ content }}
</div>
