I\'m trying to get Mustache working properly with Express, and as one can guess, I\'m having troubles.
The following line initializes Mustache nice and clean. Variab
Managed to get this working with the latest version of hogan-express.
https://github.com/vol4ok/hogan-express
All that is needed is to install hogan-express and use it as template engine on express. No hacking or tuning required.