{% extends "@classy/block/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 %} {# When rendering a menu without label, render a menu toggle. #} {% trans %} Show — {{ configuration.label }}{% endtrans %} {% trans %} Hide — {{ configuration.label }}{% endtrans %} {{ content }} {% endblock %}