Help with displaying the correct number format

This is the section I was talking about:

In there, you ask about how to get it to display earnings with a decimal place, then a couple of posts later, you got it working. So perhaps you could have a look back at what you did there to make the display as you wanted.

What’s the name of the template system you use? I’m sure someone else knew what it was in another post but I can’t remember. I wonder whether whatever part of it translates

<p>{{ME balance}}</p>

into displaying that actual variable you pass in also handles formatting it, and that would explain why, whatever format you pass into it, it still comes out the same.

1 Like