because in the rich text or strings properties the html tags are deleted?

{% set contact = crm_object(“contact”, “cedula=”+request.query_dict.id, ‘resumen’) %}

{{contact.resumen}}

Hi, @naixs. Can you add any additional details here? Or clarify your question or issue? — Jaycee

Of course, when I save an html segment in a contact property type rich text or text type multiple lines then when I call those properties it deletes the html tags, I only get the content of the html tags.