Output double zero after decimal

Output double zero after decimal

I'm using a currency field set to 2 decimal points. In the reports, the currency displays $33.00 fine. When I output the currency to a HTML page, the display is truncated to $33.0. Is there a way to keep the .00 when output to the page? Something to add to input.Money that forces 2 zeroes if the currency has no cents?

Thanks!