{# /** * @file * Theme override for Menu footer block. */ #} {% set classes = [ 'block', 'block-' ~ configuration.provider|clean_class, 'block-' ~ plugin_id|clean_class, 'menu-footer-wrapper', ] %} {% set title_classes = ['menu-footer__title'] %} {{ title_prefix }} {% if label %} {{ label }} {% endif %} {{ title_suffix }} {% block content %} {{ content }} {% endblock %}