0

It is possible to render my Marionette / Handlebars templates without JS using Java for older browsers?

Thanks

VMOrtega
  • 1,948
  • 3
  • 18
  • 22

2 Answers2

0

No, it is not. Both of these are JavaScript libraries.

It is possible to render handlebars templates server side using nodejs

Pat Eidt
  • 131
  • 4
0

You can try an isomorphic library for Backbone/Marionette, like https://github.com/gomoob/backbone.isomorphic but that will only run on nodeJS server.

Laszlo
  • 2,225
  • 19
  • 22