
Handlebars by default escapes special characters. So, if you trying to print special characters like ™ or ® etc, they will be escaped and the corresponding html codes will be printed. For example , Output : Note that, the above example doesnot print the ™ symbol. Rather, it prints the html characters as is. However, …
Continue reading Handlebars.js – How to escape or display special html characters