I have this array of objects:
[{
"flats":"600m <sup>2</sup>"
}]
When I'm getting this object I want to use it like this:
{{house.flats}}
The result is literally the same as in the object. I was trying the following:
<sup>2</sup>
²
²
but the result is always the same. Do you know how to get a nice "to power" character?