This website requires JavaScript.
Explore
Help
Sign In
p15693087
/
django
Watch
1
Star
0
Fork
You've already forked django
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
5a3d7cf462
django
/
tests
/
template_tests
/
templates
/
inclusion_base.html
2 lines
38 B
HTML
Raw
Normal View
History
Unescape
Escape
Fixed #23441, #24555 -- Improved the behavior of InclusionNode. This change: * Makes the InclusionNode cache-safe by removing render-time side effects to its nodelist. * Ensures the render_context stack is properly scoped and reset by updating the render call to use Template.render rather than Nodelist.render.
2015-04-01 10:57:26 +08:00
{% block content %}base{% endblock %}