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_circular2.html
3 lines
(2 loc)
•
79 B
HTML
View Raw
1
2
3
{%
extends
'extends_circular1.html'
%} {% block content %}
Barfoo
{% endblock %}