﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
24374	IncludeNode should use Template._render rather than Template.render	Preston Timmons	Adam Zapletal	"When Template.render is called, it creates a new stack on the context. It also potentially sets context.template and adds the context processors to RequestContext.

I'm pretty sure this is unnecessary since the IncludeNode already pushes to the context stack or creates a new context internally. Calling Template._render here would be a slight optimization and remove the need for the conditional logic to set context.template on toplevel_render.

All the tests seem to pass if this change is made."	Cleanup/optimization	closed	Template system	dev	Normal	invalid			Accepted	1	0	0	0	0	0
