· 9 years ago · Sep 22, 2016, 11:56 AM
1By setting script tag type other than text/javascript, browser will not execute the internal code of script tag. This is called micro template. This concept is widely used in Single page application(aka SPA).
2
3<script type="text/template">I am a Micro template.
4 I am going to make your web page faster.</script>
5For micro template, type of the script tag is text/template. It is very well explained by Jquery creator John Resig
6
7more: http://adf.ly/1eBjKA