mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 19:53:36 +00:00
6 lines
177 B
HTML
6 lines
177 B
HTML
<!--
|
|
Use | striptags(true) for HTML rendering
|
|
https://mozilla.github.io/nunjucks/templating.html#striptags-value-preserve_linebreaks
|
|
-->
|
|
<div>{{text | striptags(true)}}</div>
|