Hi,

On Saturday, February 25, 2012 10:04:21 AM UTC+1, Anssi Kääriäinen wrote:
>
> In most situations white space matters: 
> {{ user.lastname }} {{ user.firstname }} 
>

Right, but
"""
{{ user.lastname }} 
{{ user.firstname }}
"""
would have produced exactly the same output in HTML, hence my statement 
that you usually don't have to care about it that much. Eg, you need to 
make sure that there is whitespace but it doesn't matter how much since 
it's collapsed anyways (and outside of tags it doesn't matter at all…)

Cheers,
Florian

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-developers/-/5wPjxugvoPQJ.
To post to this group, send email to django-developers@googlegroups.com.
To unsubscribe from this group, send email to 
django-developers+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en.

Reply via email to