Cleanup nunjuck templates (#3109)

Ran a linter over it (djlint) which fixed intendation and a few errors

---------

Co-authored-by: veeck <michael@veeck.de>
This commit is contained in:
Veeck
2023-09-02 22:18:57 +02:00
committed by GitHub
parent 2ad463b6c7
commit c0a5f35a00
12 changed files with 95 additions and 104 deletions

View File

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