It is possible to render my Marionette / Handlebars templates without JS using Java for older browsers?
Thanks
It is possible to render my Marionette / Handlebars templates without JS using Java for older browsers?
Thanks
No, it is not. Both of these are JavaScript libraries.
It is possible to render handlebars templates server side using nodejs
You can try an isomorphic library for Backbone/Marionette, like https://github.com/gomoob/backbone.isomorphic but that will only run on nodeJS server.