﻿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
26994	Remove blank line after template have been rendered	william1835	william1835	"I have noticed that after a template in Django has been rendered, the lines where the template tags and filters have been used still remain. I know that this does not affect the outcome of the webpage as such, but it is of slight annoyance, and could potentially increase page loading times.

Example (not realistic):
This:
{{{
{% load customFilters %}
<!DOCTYPE html>
<html>
</html>
}}}

is rendered as:

{{{
       
<!DOCTYPE html>
<html>
</html>
}}}

This can become noticeable in big files, especially when for loops are used.
Thanks in advance"	Cleanup/optimization	closed	Template system	dev	Normal	duplicate	template		Unreviewed	0	0	0	0	0	0
