{#
/**
 * @file
 * Default theme implementation to display help text for file fields.
 *
 * Available variables:
 * - descriptions: Lines of help text for uploading a file.
 *
 * @see \Drupal\file\Hook\FileThemeHooks::preprocessFileUploadHelp()
 *
 * @ingroup themeable
 */
#}
{{ descriptions|safe_join('<br />') }}
