drupal/core/modules/book/templates/book-tree.html.twig

15 lines
259 B
Twig

{#
/**
* @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>