jquery-tmpl
jquery-tmpl copied to clipboard
new tag for ssjs - "verbatim"
It is often needed to be able to ignore tags inside of a template, because they should be rendered on the client only, while other parts of this template are rendered on the server.
@colinsullivan has posted an idea to use {{verbatim}} tag. All other tags inside of verbatim will be ignored by the engine and passed like a text.
originally posted here: https://github.com/kof/node-jqtpl/issues#issue/20
and here: https://github.com/jquery/jquery-tmpl/issues/74#issue/74/comment/878564
Added to draft spec at http://wiki.jqueryui.com/w/page/37898666/Template
Thanks for taking the time to submit this issue. Just wanted to let you know this plugin is no longer being actively developed or maintained by the jQuery team. See README for more info.