{% if !config.label.is_empty() %}

{{ config.label }}

{% endif %} {% match template %} {% when WidgetTemplateInner::Line with (template) %} {{ template|safe }} {% when WidgetTemplateInner::Value with (template) %} {{ template|safe }} {% when WidgetTemplateInner::Gauge with (template) %} {{ template|safe }} {% when WidgetTemplateInner::Freshness with (template) %} {{ template|safe }} {% when WidgetTemplateInner::Label %} {% endmatch %}