ai_upgrade_assistant-0.2.0-alpha2/templates/status-message.html.twig
templates/status-message.html.twig
{#
/**
* @file
* Default theme implementation for a status message.
*
* Available variables:
* - status: The status type (success, failure, in_progress).
* - message: The status message text.
* - attributes: HTML attributes for the status message container.
*
* @ingroup themeable
*/
#}
<span{{ attributes }}>{{ message }}</span>
