Template:
<h1>{{TotalEvals}}</h1><span style="color:#A9A9A9"><span style="font-size:19px"> Evaluation{{#if TotalEvals > 1}}s{{/if}}</span></span>
Output:
12
Evaluation{{#if TotalEvals > 1}}s{{/if}}This is almost identical to an example they have on the Mandrill website here. Any help on why the if statement isn't working would be greatly appreciated.