Node.js + Express - How to get Mustache partials working?

前端 未结 3 2012
小鲜肉
小鲜肉 2021-01-18 15:35

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

3条回答
  •  时光取名叫无心
    2021-01-18 15:49

    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.

提交回复
热议问题