Chris@14: {# Chris@14: /** Chris@14: * @file Chris@14: * Default theme implementation to display the file entity as a video tag. Chris@14: * Chris@14: * Available variables: Chris@14: * - attributes: An array of HTML attributes, intended to be added to the Chris@14: * video tag. Chris@14: * - files: And array of files to be added as sources for the video tag. Each Chris@14: * element is an array with the following elements: Chris@14: * - file: The full file object. Chris@14: * - source_attributes: An array of HTML attributes for to be added to the Chris@14: * source tag. Chris@14: * Chris@14: * @ingroup themeable Chris@14: */ Chris@14: #} Chris@14: {{ attach_library('classy/file') }} Chris@14: