I think I recall seeing it written somewhere that you can't do that type of 
comment in between view tags. I think it needs to be:

{{# comment

or

{{if True:
# comment
pass}}


On Thursday, May 24, 2012 1:04:30 PM UTC-7, Vasile Ermicioi wrote:
>
> hi,
>
>
> {{if True: #some comment}}
> here some html
> {{pass}}
>
> is raising an error
> IndentationError: expected an indented block

Reply via email to