Intento usar un if im my * .handlebars. Yo uso esto :
<% 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> <% } %>pero si no funciona y aparece en mi página html:
¿Cuál es mi error?