I have a utf8 text that I'm trying to insert into a textarea. The code is pretty simple:
let initial_description = "{{ initial_decription }}";
$("#descripcion").html(initial_description);
But I get this error:
SyntaxError: unterminated string literal