Can Mustache Templates do template extension?

后端 未结 9 511
醉话见心
醉话见心 2021-01-30 06:39

I\'m new to Mustache.

Many templating languages (e.g., Django / Jinja) will let you extend a \"parent\" template like so...

ba

9条回答
  •  挽巷
    挽巷 (楼主)
    2021-01-30 07:14

    Mustache doesn't do template extension.

    If you really want template extension then you may want to use a library purpose built with this functionality for you language/framework of choice.


    FYI, I'm using Node.js/Express, so I will probably end up using https://github.com/fat/stache

提交回复
热议问题