{#
/**
 * @file
 * Default theme implementation for webform submission.
 *
 * Available variables:
 * - information: The webform submission's information.
 * - data: The webform submission's data.
 *
 * @see template_preprocess_webform_submission()
 *
 * @ingroup themeable
 */
#}
{{ information }}
{{ data }}
