13 lines
189 B
Twig
13 lines
189 B
Twig
![]() |
{#
|
||
|
/**
|
||
|
* @file
|
||
|
* Default theme implementation for a webform submission form.
|
||
|
*
|
||
|
* Available variables:
|
||
|
* - form: The webform submission form.
|
||
|
*
|
||
|
* @ingroup themeable
|
||
|
*/
|
||
|
#}
|
||
|
{{ form }}
|