Chris@0: {# Chris@0: /** Chris@0: * @file Chris@0: * Default theme implementation to display a region. Chris@0: * Chris@0: * Available variables: Chris@0: * - content: The content for this region, typically blocks. Chris@0: * - attributes: HTML attributes for the region
. Chris@0: * - region: The name of the region variable as defined in the theme's Chris@0: * .info.yml file. Chris@0: * Chris@0: * @see template_preprocess_region() Chris@0: * Chris@0: * @ingroup themeable Chris@0: */ Chris@0: #} Chris@0: {% if content %} Chris@0: Chris@0: {{ content }} Chris@0:
Chris@0: {% endif %}