{# /** * @file * Default theme implementation for a media layout. * * Available variables: * - content: The content for this layout. * - attributes: HTML attributes for the layout
. * * @ingroup themeable */ #} {% if content %} {% if content.top %}
{{ content.top }}
{% endif %} {{ content.first }}
{{ content.second }} {{ content.second }} {% if content.bottom %}
{{ content.bottom }}
{% endif %} {% endif %}