{# /** * @file * Theme override to display a block without wrapper markup. */ #} {{ title_prefix }} {% if label %} {{ label }} {% endif %} {{ title_suffix }} {% block content %} {{ content }} {% endblock %}