6 lines
160 B
HTML
Raw Normal View History

<!--
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-10-01 13:22:29 +02:00
<div>{{text | safe}}</div>