Files
MagicMirror/modules/default/helloworld/helloworld.njk
T

6 lines
160 B
Plaintext
Raw Normal View History

2017-09-29 19:10:03 -03:00
<!--
2017-10-01 13:22:29 +02:00
Use ` | safe` to allow html tages within the text string.
https://mozilla.github.io/nunjucks/templating.html#autoescaping
2017-09-29 19:10:03 -03:00
-->
2017-10-01 13:22:29 +02:00
<div>{{text | safe}}</div>