file-link.html.twig 269 B

12345678910111213
  1. {#
  2. /**
  3. * @file
  4. * Theme override for a link to a file.
  5. *
  6. * Available variables:
  7. * - attributes: The HTML attributes for the containing element.
  8. * - link: A link to the file.
  9. *
  10. * @see template_preprocess_file_link()
  11. */
  12. #}
  13. <span{{ attributes }}>{{ link }}</span>