Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 35ac9391 authored by escuriola's avatar escuriola
Browse files

OEL-1160: Add template to region branding header top right.

parent 4da077e1
No related branches found
No related tags found
1 merge request!71OEL-1160: Header refactor.
{#
/**
* @file
* Default theme implementation to display a region.
*
* Available variables:
* - content: The content for this region, typically blocks.
* - attributes: HTML attributes for the region <div>.
* - region: The name of the region variable as defined in the theme's
* .info.yml file.
*
* @see template_preprocess_region()
*
* @ingroup themeable
*/
#}
{% set attributes = attributes.addClass('nav') %}
{% if content %}
<ul{{ attributes }}>
{{ content }}
</ul>
{% endif %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment