{# /** * @file * Template for the structural pages menu block. * * Available variables: * - ancestor: The ancestor entity (term, user, or group). * - ancestor_url: The ancestor URL string. * - tree: Array of menu tree items, each containing: * - id: Node ID. * - title: Node title. * - url: Node URL. * - is_redirect: Whether the link is a redirect. * - depth: Current depth level. * - children: Array of child items (same structure). * - active_trail: Array of node IDs in the active trail. * - show_ancestor_title: Whether to show the ancestor title as header. */ #} {% if tree is not empty %} {% endif %}