{{if True:}}
here some html
{{pass}}
works fine
(missed a } near True)
{{if True:}
here some html
{{pass}}
works fine
> And if you remove your comment "#some comment" from {{if True: #some
> comment}}?
>
>
it works fine if I removed it
And if you remove your comment "#some comment" from {{if True: #some
comment}}?
Richard
On Thu, May 24, 2012 at 4:04 PM, Vasile Ermicioi wrote:
> hi,
>
>
> {{if True: #some comment}}
> here some html
> {{pass}}
>
> is raising an error
> IndentationError: expected an indented block
hi,
{{if True: #some comment}}
here some html
{{pass}}
is raising an error
IndentationError: expected an indented block
5 matches
Mail list logo