It doesn't work, it gives me the error "unexpected keyword argument escape".
Is there a way to remove double quotes when printing
{{=note.content}} ?
Thanks
On Feb 19, 3:18 pm, Alexandre Strzelewicz
<[email protected]> wrote:
> In my view I display text with :
> {{=note.content}}
>
> But I didnt find a way to replace new line with <br/>.
> I tried directly with replace('\n', '<br/>') but it escapes the br in
> html format
>
> Thanks

