15 lines
249 B
Twig
15 lines
249 B
Twig
{#
|
|
/**
|
|
* @file
|
|
* Default theme implementation from webform submission as YAML.
|
|
*
|
|
* Available variables:
|
|
* - yaml: The webform submission as YAML.
|
|
|
|
* @see template_preprocess_webform_submission_yaml()
|
|
*
|
|
* @ingroup themeable
|
|
*/
|
|
#}
|
|
{{ yaml }}
|