It is a direct port of the Python-powered jinja2 templating engine and aims to be feature-complete with jinja2. It supports server and client-side rendering.

Features

  • Beautiful templates with filters, looping, and all that you’d expect
  • It’s very fast, as fast as jinja2
  • Template inheritance allows you to easily share templates across your site, without having to touch code
  • jinja2-style parsing of code {{ foo(‘bar’, 1) }}
  • Lots of builtin tags, filters, and operators
  • Complete browser-side support with precompiled templates and a small 8K runtime
  • Extensive and thorough tests
  • Line and column number tracking