Chris@0: {# Chris@0: /** Chris@0: * @file Chris@0: * Theme override for a single node in a printer-friendly outline. Chris@0: * Chris@0: * Available variables: Chris@0: * - node: Fully loaded node. Chris@0: * - depth: Depth of the current node inside the outline. Chris@0: * - title: Node title. Chris@0: * - content: Node content. Chris@0: * - children: All the child nodes recursively rendered through this file. Chris@0: * Chris@0: * @see template_preprocess_book_node_export_html() Chris@0: */ Chris@0: #} Chris@0:
Chris@0:

{{ title }}

Chris@0: {{ content }} Chris@0: {{ children }} Chris@0: