how to use dustjs-linkedin as client side templating?
I get the idea of server and client side templating, but dust.js confuses me a little bit.
I get the idea of server and client side templating, but dust.js confuses me a little bit.
I want to be able to define templates once and use them to render html from both the server-side as well as the client-side. (DRY principle and all that)