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