Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

Learn more about how a Template Engine is a key part of your future front-end architecture here: Our Best Practice for your New Front-End

Nunjucks

Seems like a quite good engine with a lot of possibilities to create functions and other logic which would make the templates possibly quite autonomous and could therefore be easily re-used as provided (with the required logic inside) for client-side rendering.

https://mozilla.github.io/nunjucks/

Mustache

Nice, but probably to too simplistic as it doesn’t provide any real options to manipulate the data in the rendering (even for simply number formatting).

...