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_2.html
7 lines
(6 loc)
•
213 B
HTML
View Raw
1
2
3
4
5
6
7
{% extends
"extends_1.html"
%} This
is
content
from
"extends_2.html"
, you should
not
see it {% block two %} This
is
the
"extends_2.html"
content
in
block
'two'
{% include
"include_base.html"
%} {% endblock %}