wxt_bootstrap-8.x-1.10/templates/media/media--image.html.twig
templates/media/media--image.html.twig
{#
/**
* @file
* Default theme implementation to present a media entity.
*
* Available variables:
* - name: Name of the media.
* - content: Media content.
*
* @see template_preprocess_media()
*
* @ingroup themeable
*/
#}
<article{{ attributes }}>
{{ title_suffix.contextual_links }}
{% if content %}
{{ content|without('name') }}
{% endif %}
</article>
