Chris@3: {% extends "@classy/block/block--system-menu-block.html.twig" %} Chris@3: {# Chris@3: /** Chris@3: * @file Chris@3: * Bartik's theme implementation for a menu block. Chris@3: * Chris@3: * @ingroup themeable Chris@3: */ Chris@3: #} Chris@3: {% set show_anchor = "show-" ~ attributes.id|clean_id %} Chris@3: {% set hide_anchor = "hide-" ~ attributes.id|clean_id %} Chris@3: {% block content %} Chris@3: Chris@3: {# When rendering a menu without label, render a menu toggle. #} Chris@3: Chris@3: Chris@3: {% trans %} Show — {{ configuration.label }}{% endtrans %} Chris@3: {% trans %} Hide — {{ configuration.label }}{% endtrans %} Chris@3: {{ content }} Chris@3: Chris@3: {% endblock %}