I have a script in a blank app, wich contains a jquery template with some literals. Those literals are represented by ex. {{name}}.
The problem is SC doesn’t recognize the tags and show just {{name}} intead of {{John}}.
Can anybody tell me hoy to handle this kind of jquery literals by SC?
Thanks in advance