15 lines
248 B
Twig
15 lines
248 B
Twig
|
{#
|
||
|
/**
|
||
|
* @file
|
||
|
* Default theme implementation from webform submission as HTML.
|
||
|
*
|
||
|
* Available variables:
|
||
|
* - data: The webform submission's data.
|
||
|
|
||
|
* @see template_preprocess_webform_submission_html()
|
||
|
*
|
||
|
* @ingroup themeable
|
||
|
*/
|
||
|
#}
|
||
|
{{ data }}
|