{# /** * @file * startup_education's theme implementation 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() * * @ingroup themeable */ #} {% include 'varbase_components:image' with { attributes: attributes, style_name: style_name, responsive: true } %}