ultraq / thymeleafjs

A basic implementation of the Thymeleaf templating engine in JavaScript
Apache License 2.0
52 stars 8 forks source link

Use a different default prefix, but make it configurable #1

Closed ultraq closed 7 years ago

ultraq commented 7 years ago

To avoid clashes with OG Thymeleaf, we should use a different default prefix for processors. It should also be configurable so that, if someone did want to put them together (much like in the isomorphic templating example I'm building), then that can be done too.