SU-SWS/stanford_profile

View on GitHub
themes/stanford_basic/templates/content/media.html.twig

Summary

Maintainability
Test Coverage
{#
/**
 * @file
 * Theme override to display a media item.
 *
 * Available variables:
 * - name: Name of the media.
 * - content: Media content.
 *
 * @see template_preprocess_media()
 *
 * @ingroup themeable
 */
#}
<div{{ attributes }}>
  {{ title_suffix.contextual_links }}
  {{ content }}
</div>