I try using a if im my *.handlebars. I use this :
<% if({{status_ticket}} == "fechado"){ %>
<td><span class="badge badge-outline-success">{{status_ticket}}</span></td>
<% } else{ %>
<td><span class="badge badge-outline-dark">{{status_ticket}}</span></td>
<% } %>
but the if no works and apper in my html page :
What's my error ?