I like the idea of shorter comment syntax. The current way is just too ugly and inhibiting.
{! Comment !} -- Similar to HTML comment. {# Comment #} -- Similar to Python comment. Since Django templates use Python-ish language in the {}'s, I say {# #} is better. I see a striking resemblance... <div class="content"> </div><!-- End content --> {% if doable %} {% endif %}{# End doable #} --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-developers -~----------~----~----~----~------~----~------~--~---