{{define "text-with-entities"}} {{range (splitList "\n" .)}}

{{range (get_entities .)}} {{if (eq .EntityType 1)}} @{{.Contents}} {{else if (eq .EntityType 2)}} #{{.Contents}} {{else}} {{.Contents}} {{end}} {{end}}

{{end}} {{end}}