{# /** * @file * Default theme implementation for the navigation top bar. * * Available variables: * - element: The top bar render element. * - tools: The tools region of the top bar. * - context: The context region of the top bar. * - actions: The actions region of the top bar. * * @ingroup themeable */ #} {% set attributes = create_attribute() %} {% if tools or context|render or actions|render %} {% endif %}