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_dynamic.html
6 lines
(5 loc)
•
181 B
HTML
View Raw
1
2
3
4
5
6
{% extends baseTmpl %} This
is
content
from
"extends_dynamic.html"
, you should
not
see it {% block one %} This
is
the
"extends_dynamic.html"
content
in
block
'one'
{% endblock %}