You are here

printable-header.html.twig in Printer and PDF versions for Drupal 8+ 8

Default theme implementation for printer friendly version of entities.

Available variables:

  • logo_url: URL to logo used in the theme.

File

templates/printable-header.html.twig
View source
  1. {#
  2. /**
  3. * @file
  4. * Default theme implementation for printer friendly version of entities.
  5. *
  6. * Available variables:
  7. * - logo_url: URL to logo used in the theme.
  8. *
  9. * @ingroup themeable
  10. */
  11. #}
  12. <img class="img-responsive" src="{{ logo_url }}" />
  13. <hr/>