WebGlossary.info
Mustache
- A web template system. Mustache is described as a “logic-less” system because it lacks any explicit control flow statements, like
if
and else
conditionals or for
loops; however, both looping and conditional evaluation can be achieved using section tags processing lists and lambdas. It is named “Mustache” because of the heavy use of curly brackets, which resemble a sideways moustache. Mustache is used mainly for mobile and web applications. ← Wikipedia ↑ mustache.github.io
- Previous term: Murphy’s Law
- Next term: Mutable
- Random term: Cold data