A rich and powerful templating language for JavaScript
Nunjucks is a port of jinja2.
Tag questions with Nunjucks if you have issues with any of the following functionalities in the templates:
- Variables
- Filters
- Template Inheritance
- Tags
if
for
asyncEach
1asyncAll
macro
set
extends
block
include
import
raw
- Keyword Arguments
- Comments
- Whitespace Control
- Expressions
Math
Comparisons
Logic``
If Expression - Autoescaping
- Global Functions
range([start], stop, [step])
cycler(item1, item2, ...itemN)
joiner([separator])
- Builtin Filters