{# /** * @file * Default theme implementation to entity extra field. * * Available variables: * - content: The content of the extra field. * - attributes: array of HTML attributes populated by modules, intended to * be added to the main container tag of this template. * - id: A valid HTML ID and guaranteed unique. * - content_attributes: Same as attributes, except applied to the main content * tag that appears in the template. * * @see template_preprocess_entity_extra_field() * * @ingroup themeable */ #} {% set label = label|render %} {% if label %} {{ label }} {% endif %} {{ content }}