16 lines
325 B
Twig
16 lines
325 B
Twig
|
{#
|
||
|
/**
|
||
|
* @file
|
||
|
* Default theme implementation of a location composite webform element.
|
||
|
*
|
||
|
* Available variables:
|
||
|
* - content: The location webform element to be output.
|
||
|
|
||
|
* @see template_preprocess_webform_location()
|
||
|
*
|
||
|
* @ingroup themeable
|
||
|
*/
|
||
|
#}
|
||
|
{{ attach_library('webform/webform.element.composite') }}
|
||
|
{{ content }}
|