{#
/**
* @file
* Default theme implementation for a summary of an example webform handler.
*
* Available variables:
* - settings: The current configuration for this handler:
* - message: The message.
* - debug: Debugging flag.
* - handler: The handler information, including:
* - id: The handler plugin id.
* - handler_id: The handler id.
* - label: The handler label.
* - description: The handler description.
*
* @ingroup themeable
*/
#}
{% if settings.debug %}{{ 'Debugging is enabled'|t }}
{% endif %}
Message: {{ settings.message }}