mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 19:53:36 +00:00
6 lines
160 B
HTML
6 lines
160 B
HTML
<!--
|
|
Use ` | safe` to allow html tages within the text string.
|
|
https://mozilla.github.io/nunjucks/templating.html#autoescaping
|
|
-->
|
|
<div>{{text | safe}}</div>
|