John Resig’s micro-templating engine is extremely small (only 2KB uncompressed). However, this tiny bit of code captures the core functionality needed to render a template. Here’s an example of how you can use the micro-templating engine to display a single JavaScript product object: <script src="../jquery-1.4.1.js" type="text/javascript"></script> <script src="MicroTemplating.js" type="text/javas

