Node.js with Handlebars.js on server and client

前端 未结 7 2449
抹茶落季
抹茶落季 2020-12-02 08:21

I have an app in Node.js using Expressjs and Handlebars as the template engine.

Expressjs uses layouts and then renders views. The layout (layout.hbs) looks like th

7条回答
  •  借酒劲吻你
    2020-12-02 08:26

    An easy way to do this is to just append a \ before the {{ in a Handlebars file. For example:

    
    
                                     
                  
提交回复
热议问题