Start with default generated template

This commit is contained in:
root
2026-01-21 22:28:11 -06:00
commit 34e2a15d24
147 changed files with 4400 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{#
/**
* @file
* Theme override for a link to a file.
*
* Available variables:
* - attributes: The HTML attributes for the containing element.
* - link: A link to the file.
* - icon: The icon image representing the file type.
* - file_size: The size of the file.
*
* @see template_preprocess_file_link()
*/
#}
{{ attach_library('aaron/file') }}
<span{{ attributes }}>{{ icon }} {{ link }}</span>