Django has a useful {% spaceless %} tag that strips extra whitespace from HTML.
{% spaceless %}
My templates are producing a lot of whitespace and it\'s too much of a pain
{% filter trim %} is equivalent to {% spaceless %}.
{% filter trim %}