eleven-8.x-1.0-beta5/eleven/templates/modules/paragraphs/paragraphs-dropbutton-wrapper.html.twig
eleven/templates/modules/paragraphs/paragraphs-dropbutton-wrapper.html.twig
{#
/**
* @file
* Default theme implementation for a paragraphs dropbutton wrapper.
*
* Available variables:
* - children: Contains the child elements of the paragraphs dropbutton menu.
*
* @see template_preprocess()
* @see template_preprocess_paragraphs_dropbutton_wrapper()
*
* @ingroup themeable
*/
#}
{% if children %}
{{ children }}
{% endif %}
