There a quite a few templating features that are nice in django, {% spaceless %} <p> <a href="foo/">Foo</a> </p> {% endspaceless %}This is particular is vital for many sites where spaces are important. For example in a menu there are spaces that push items around and you can't do anything but remove the spaces.
Would/Could this be a good feature in Web2py?