<@ULEFXLCRH> I have found that using an XML format...
# general
s
@blue I have found that using an XML formatter that is not aware of Freemarker syntax can sometimes cause problems, either weird formatting, or even breaking some Freemarker directives. Use an editor with either built in Freemarker support, or a Freemarker plugin, and then use the editor's formatting tools. That should help you format while not breaking anything. I use VSCode with a plugin, and I think many popular editors have a plugin available. Here's a list of a few others: https://freemarker.apache.org/editors.html
b
I will have a look at those thanks!