{# /** * @file * Theme override for blocks in the content region. * * @see ./core/modules/system/templates/block.html.twig */ #} {% set attributes = attributes.setAttribute('data-inpage-navigation-source-area', 'h2.heading') %} {{ title_prefix }} {% if label %} {{ label }} {% endif %} {{ title_suffix }} {% block content %} {{ content }} {% endblock %}