UNPKG

jinja-js

Version:

JavaScript templating engine based on Jinja2

7 lines (6 loc) 213 B
{% 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 %}