You are here

download-file-title.html.twig in File Download 8

Default theme implementation for a file title

Available variables:

  • attributes: The HTML attributes for the containing element.
  • title: the file title

File

templates/download-file-title.html.twig
View source
  1. {#
  2. /**
  3. * @file
  4. * Default theme implementation for a file title
  5. *
  6. * Available variables:
  7. * - attributes: The HTML attributes for the containing element.
  8. * - title: the file title
  9. * @ingroup themeable
  10. */
  11. #}
  12. <h3>{{ title }}</h3>