{% extends "@system/block--system-menu-block.html.twig" %} {# /** * @file * Bartik's theme implementation for a menu block. * * @ingroup themeable */ #} {% set show_anchor = "show-" ~ attributes.id|clean_id %} {% set hide_anchor = "hide-" ~ attributes.id|clean_id %} {% block content %} {# If a label is displayed, wrap it in
. #} {% if configuration.label_display %} {% else %} {# When rendering a menu without label, render a menu toggle. #} {{ 'Menu'|t }} {{ 'Menu'|t }} {% endif %} {{ content }} {% if configuration.label_display %}
{% endif %} {% endblock %}