I was just wondering what people use for templating. I'm creating an application that is heavily Javascript powered, so rather than include all the HTML in the Javascript files, I'd rather have some sort of templating mechanism. So far all I've done is stuck the elements I need in a hidden div and clone them on demand, but it's really only a quick bodge until I can find a better solution.
Lewis.
