X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fbook%2Ftemplates%2Fbook-node-export-html.html.twig;fp=web%2Fcore%2Fmodules%2Fbook%2Ftemplates%2Fbook-node-export-html.html.twig;h=39a41fcee0e497600b8e550557c3376b34ae9b95;hb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;hp=0000000000000000000000000000000000000000;hpb=57c063afa3f66b07c4bbddc2d6129a96d90f0aad;p=yaffs-website diff --git a/web/core/modules/book/templates/book-node-export-html.html.twig b/web/core/modules/book/templates/book-node-export-html.html.twig new file mode 100644 index 000000000..39a41fcee --- /dev/null +++ b/web/core/modules/book/templates/book-node-export-html.html.twig @@ -0,0 +1,22 @@ +{# +/** + * @file + * Default theme implementation for a single node in a printer-friendly outline. + * + * Available variables: + * - node: Fully loaded node. + * - depth: Depth of the current node inside the outline. + * - title: Node title. + * - content: Node content. + * - children: All the child nodes recursively rendered through this file. + * + * @see template_preprocess_book_node_export_html() + * + * @ingroup themeable + */ +#} +
+

{{ title }}

+ {{ content }} + {{ children }} +