{# /** * @file * Default theme implementation of an environment indicator element. * * Available variables: * - title: The name of the environment. * - description: Additional information to be shown. * - attributes: HTML attributes for the environment indicator. * * @see template_preprocess_datetime_form() * * @ingroup themeable */ #} {{ title }} {% if description %} {{ description }} {% endif %} {% if switcher %} {{ switcher }} {% endif %}