mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 11:50:00 +00:00
Ran a linter over it (djlint) which fixed intendation and a few errors --------- Co-authored-by: veeck <michael@veeck.de>
6 lines
162 B
Plaintext
6 lines
162 B
Plaintext
<!--
|
|
Use ` | safe` to allow html tages within the text string.
|
|
https://mozilla.github.io/nunjucks/templating.html#autoescaping
|
|
-->
|
|
<div>{{ text | safe }}</div>
|