MagicMirror/modules/default/helloworld/helloworld.njk
2017-10-18 13:49:03 +02:00

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>