2017-10-01 13:22:29 +02:00

6 lines
160 B
HTML

<!--
Use ` | safe` to allow html tages within the text string.
https://mozilla.github.io/nunjucks/templating.html#autoescaping
-->
<div>{{text | safe}}</div>