“jQuery Template is a plugin that makes using templates easy and quick. The plugin supports loading HTML files as templates, or taking a jQuery object as the template (usually using script tags to hold the template).”

Features

  1. Define templates inline
  2. Load external templates
  3. Cache templates
  4. One-way content binding using simple data attributes
  5. Data formatters

This is a nice and simple solution, with an easy learning curve ;) If you need more or would like to try other solutions, check the Template-Engine-Chooser :)