Skip to content
Snippets Groups Projects
Commit eaac14a3 authored by Eric Bremner's avatar Eric Bremner
Browse files

ISTWCMS-3506: adding templates for global footer

parent 55c15fc3
No related branches found
No related tags found
No related merge requests found
{% block content %}
{{ content }}
{% endblock %}
{% include "@components/menu/menu--footer/menu--footer.twig" with {
'menu_name': 'uw-footer',
'items': items
} %}
{#
/**
* @file
* Theme override 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()
*/
#}
{% set social_media = simplify_menu('uw-menu-global-social-media') %}
{% embed '@layouts/footer/footer.twig' with {
"social_media": social_media,
"social_media_placement": "global-site-footer"
} %}
{% block content %}
{{ content }}
{% endblock %}
{% endembed %}
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