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>
|