Re: Revisiting multiline tags

2014-03-05 Thread Adam Serafini
+1 for multiline template tags Regarding: "we want to discourage putting business logic in the template" Long template tags can happen even if they are logic-less, and they would read much nicer over several lines. For example: {% cloudinary main_image.image width=300 height=300 class="img-thum

Re: Revisiting multiline tags

2014-04-16 Thread Adam Serafini
Curtis, I added a thumbnail example to the DEP (pull request in github). On Wed, Apr 16, 2014 at 9:31 AM, Loic Bistuer wrote: > Curtis' branch is now a PR: > > https://github.com/django/deps/pull/3 > > Feedback is welcome. > > -- > Loic > > > On Wednesday, April 16, 2014 11:17:58 AM UTC+7, Curti