zen-8.x-7.0-alpha15/STARTERKIT/components/components/footer/footer.twig
STARTERKIT/components/components/footer/footer.twig
{#
/**
* @file
* Component for the footer.
*
* Variables:
* - modifier_class: [string] Classes to modify the default component styling.
* - attributes: [string] HTML attributes for the wrapping element.
* - content: [string] The component contents.
*/
#}
{{ attach_library('STARTERKIT/footer') }}
<footer class="footer {{ modifier_class }}" role="contentinfo"{{ attributes }}>
{% block content %}
{{ content }}
{% endblock %}
</footer>
