<s>
Jinja	B-Language
is	O
a	O
web	B-Application
template	I-Application
engine	I-Application
for	O
the	O
Python	B-Language
programming	I-Language
language	I-Language
.	O
</s>
<s>
It	O
was	O
created	O
by	O
Armin	O
Ronacher	O
and	O
is	O
licensed	O
under	O
a	O
BSD	B-Operating_System
License	I-Operating_System
.	O
</s>
<s>
Jinja	B-Language
is	O
similar	O
to	O
the	O
Django	B-Language
template	B-Application
engine	I-Application
but	O
provides	O
Python-like	O
expressions	O
while	O
ensuring	O
that	O
the	O
templates	O
are	O
evaluated	O
in	O
a	O
sandbox	O
.	O
</s>
<s>
The	O
Jinja	B-Language
template	B-Application
engine	I-Application
allows	O
customization	O
of	O
tags	O
,	O
filters	O
,	O
tests	O
,	O
and	O
globals	O
.	O
</s>
<s>
Also	O
,	O
unlike	O
the	O
Django	B-Language
template	B-Application
engine	I-Application
,	O
Jinja	B-Language
allows	O
the	O
template	O
designer	O
to	O
call	O
functions	O
with	O
arguments	O
on	O
objects	O
.	O
</s>
<s>
Jinja	B-Language
is	O
Flask	B-Language
's	O
default	O
template	B-Application
engine	I-Application
and	O
it	O
is	O
also	O
used	O
by	O
Ansible	B-Language
,	O
Trac	B-Language
,	O
and	O
Salt	B-Application
.	O
</s>
<s>
Some	O
of	O
the	O
features	O
of	O
Jinja	B-Language
are	O
:	O
</s>
<s>
Jinja	B-Language
,	O
like	O
Smarty	B-Language
,	O
also	O
ships	O
with	O
an	O
easy-to-use	O
filter	O
system	O
similar	O
to	O
the	O
Unix	B-Operating_System
pipeline	I-Operating_System
.	O
</s>
<s>
Here	O
is	O
a	O
small	O
example	O
of	O
a	O
template	O
file	O
example.html.jinja	O
:	O
</s>
