{{ if eq (.Get 0) "html" }} {{ .Inner | safeHTML }} {{ else }} {{ with .Inner }} {{ range (transform.Unmarshal .).lines }} {{ if eq .type "progress" }} {{ else }} {{ .data }} {{ end }} {{ end }} {{ end }} {{ end }}