blob: fd4a967e72566ce975e796f96950af6b39d90f8c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{#
/**
* @file
* Default theme implementation for the message when fetching data fails.
*
* Available variables:
* - error_message: A render array containing the appropriate error message.
*
* @see template_preprocess_update_fetch_error_message()
*
* @ingroup themeable
*/
#}
{{ error_message }}
|