I am trying to post a HTML code as msg.payload on a dashboard with a template.node
But the template.node doesn't post it as HTML text, but as plain text.
msg.payload looks like:
<b>07-03-2022 R1 Beta:</b><br>
Check van versienummer controleert op response 200 of 201, anders retun false <br>
<b>06-03-2022 R1 Beta:</b><br>
- Download flows.json wordt nu opgeslagen met versie naam <br>
<b>05-03-2022 R2 Beta:</b><br>
- Je kan nu per zigbee bridge een command sturen <br>
- Kleur/text verandert bij een beschikbare update <br>
In the template i put {{msg.payload}}
The text is visible, but not as HTML text, but it is shown as a text-block.
So i see the html commands, like <b>, </b>
and <br>
How can i transfer the msg.payload, that it works like HTML and not as text-block?