
Inspired by ctemplate, mustache is a framework-agnostic way to render logic-free views. (as in model-view-controller.)
as ctemplates says, "it emphasizes separating logic from presentation: it is impossible to embed application logic in this template language."
this package provides the mustache rendering engine for javascript.