Hi everyone,
I'm using a yaml file to load the text for a html page (Flask, Jinja)
extract of my YAML
but this will be parsed in my html as ->
and for example an € will be "converted" as €
and ideas how to keep those characters as they are ?
Thanks
I'm using a yaml file to load the text for a html page (Flask, Jinja)
extract of my YAML
Title: This is a <b>test</b>
but this will be parsed in my html as ->
Title: This is a <b>test</b>
and for example an € will be "converted" as €
and ideas how to keep those characters as they are ?
Thanks
![[Image: NfRQr9R.jpg]](https://i.imgur.com/NfRQr9R.jpg)