underscore.js nested templates
问题 Is it possible to somehow take a DOM element from a underscore template and use it as another template? The idea is that my app needs to render a document that contains a loop with items and a summary. I need to occasionaly re-render only the summary or a few items, so I cannot just re-render the whole document. However, I would like to keep it simple for the app users to create their own templates for the document and I think that keeping everything in one file for a document would make it