Chris@0: {# Chris@0: /** Chris@0: * @file Chris@0: * Theme override for a link to a file. Chris@0: * Chris@0: * Available variables: Chris@0: * - attributes: The HTML attributes for the containing element. Chris@0: * - link: A link to the file. Chris@0: * - icon: The icon image representing the file type. Chris@0: * Chris@0: * @see template_preprocess_file_link() Chris@0: */ Chris@0: #} Chris@0: {{ attach_library('classy/file') }} Chris@0: {{ icon }} {{ link }}