annotate themes/isobartik/templates/region--header.html.twig @ 19:fa3358dc1485 tip

Add ndrum files
author Chris Cannam
date Wed, 28 Aug 2019 13:14:47 +0100
parents e11175134f4e
children
rev   line source
Chris@3 1 {% extends "region.html.twig" %}
Chris@3 2 {#
Chris@3 3 /**
Chris@3 4 * @file
Chris@3 5 * Bartik's theme implementation to display a header region.
Chris@3 6 *
Chris@3 7 * Available variables:
Chris@3 8 * - content: The content for this region, typically blocks.
Chris@3 9 * - attributes: HTML attributes for the region div.
Chris@3 10 * - region: The name of the region variable as defined in the theme's
Chris@3 11 * .info.yml file.
Chris@3 12 *
Chris@3 13 * @see template_preprocess_region()
Chris@3 14 */
Chris@3 15 #}
Chris@3 16 {% set attributes = attributes.addClass('clearfix') %}