UNPKG
jinja-js
Version:
latest (0.1.8)
0.1.8
0.1.7
0.1.6
0.1.5
0.1.4
0.1.2
0.1.1
0.1.0
JavaScript templating engine based on Jinja2
jinja-js
/
tests_swig
/
node
/
templates
/
extends_base.html
9 lines
(7 loc)
•
200 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
This
is
from
the
"extends_base.html"
template. {% block one %} This
is
the
default
content
in
block
'one'
{% endblock %} {% block two %} This
is
the
default
content
in
block
'two'
{% endblock %}