I have a large number of jQuery templates taking up space in my <head>
section ("text/x-jquery-tmpl"). I would like to move these tags to an external file. I was hoping I could do something like <link href="/templates.html" type="section"/>
but I realize that's not what link is meant for, and indeed it doesn't seem to work.
How should I do this? I could look into a loader (might be hard to find an html loader though), but that feels like overkill Could just be that I have no other choice but to include the tags in my page.