{# /** * @file * Default theme implementation for printer friendly version of entities. * * Available variables: * - title: Top level node title. * - base_url: URL to the home page. * * @see template_preprocess_printable() * * @ingroup themeable */ #} {{ title }} {% if link_canonical %} {% endif %} {% if include_css %} {% endif %} {% if close_script %} {% else %} {% endif %} {{ header }} {{ content }} {{ footer }}