You can use the spaceless
template tag. It:
Removes whitespace between HTML tags.
{% spaceless %}
<p>
<a href="https://stackoverflow.com/questions/13125006/foo/">Foo</a>
</p>
{% endspaceless %}
You can use the spaceless
template tag. It:
Removes whitespace between HTML tags.
{% spaceless %}
<p>
<a href="https://stackoverflow.com/questions/13125006/foo/">Foo</a>
</p>
{% endspaceless %}