Templating language for both client-side and server-side rendering
I'm investigating JavaScript templates as a way to render our views. The goal is to be able to render client-side for users that have JavaScript enabled to to render the same templates/data server side for those users (and crawlers) that don't. Requirements Client side rendering. Server side rendering (JVM support a nice-to-have). Reasonable support for loops, conditionals, text manipulation, partials, macros and extensions/plugins. Reasonably big/active community of users. Unsatisfactory solutions found so far Mustache : supports server and client side rendering, big/active community, but the