Skip to content
book-tree.html.twig 259 B
Newer Older
{#
/**
 * @file
 * Returns HTML for a wrapper for a book sub-tree.
 *
 * Available variables:
 *   - tree: An HTML string containing the tree's items.
 *
 * @see template_preprocess_book_tree()
 *
 * @ingroup themeable
 */
#}
<ul class="menu">{{ tree }}</ul>