{#
/**
 * @file
 * Default theme implementation for the message when fetching security advisories fails.
 *
 * This error message is displayed on the status report page.
 *
 * Available variables:
 * - error_message: A render array containing the appropriate error message.
 *
 * @see \Drupal\system\Theme\SystemAdminThemePreprocess::preprocessSystemSecurityAdvisoriesFetchErrorMessage()
 *
 * @ingroup themeable
 */
#}
{{ error_message }}
