{% 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::Range with (template) %} {{ template|safe }} {% when WidgetTemplateInner::Label with (template) %} {{ template|safe }} {% endmatch %}