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