mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-28 09:42:21 -04:00
5 lines
160 B
Text
5 lines
160 B
Text
<!--
|
|
Use ` | safe` to allow html tages within the text string.
|
|
https://mozilla.github.io/nunjucks/templating.html#autoescaping
|
|
-->
|
|
<div>{{text | safe}}</div>
|