bridge-8.x-1.x-dev/templates/media/media--image-right-large.html.twig
templates/media/media--image-right-large.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 }}>
{% if content %}
{{ content }}
{% endif %}
</article>
