15 lines
265 B
Twig
15 lines
265 B
Twig
{#
|
|
/**
|
|
* @file
|
|
* Default theme implementation of a link composite webform element.
|
|
*
|
|
* Available variables:
|
|
* - content: The link webform element to be output.
|
|
|
|
* @see template_preprocess_webform_composite_link()
|
|
*
|
|
* @ingroup themeable
|
|
*/
|
|
#}
|
|
{{ content }}
|