{# /** * @file * Default theme implementation for a paragraphs summary. * * Available variables: * - expanded: Whether the summary is expanded or not. * - content: Array of content summary items. * - behaviors: Array of behavior summary items. * * @see template_preprocess() * * @ingroup themeable */ #} {% set classes = [ 'paragraphs-description', expanded ? 'paragraphs-expanded-description' : 'paragraphs-collapsed-description' ] %} {% spaceless %} {% if content is not empty or behaviors is not empty %}