{{=x}}

is equivalent to

{{response.write(x,escape=True)}}

Did I answer the question?


On Dec 24, 10:04 pm, Sahil Arora <[email protected]> wrote:
> what do you mean by word 'escape' when we say escape = False
>
> or
> in
> {{=x}}
> Variables injected into the HTML in this way are escaped by default. The
> escaping is ignored if x is an XML object, even if escape is set to True.
>
> --
> Sahil Arora
> B.Tech 2nd year
> Computer Science and Engineering
> IIT Delhi
> Contact No: +91 9871491046

Reply via email to