Can someone point me towards a description of what triple square brackets mean in templates. Are they part of jinga syntax or something else?
Thanks
Can someone point me towards a description of what triple square brackets mean in templates. Are they part of jinga syntax or something else?
Thanks
There are different uses, for example in custom:button-card, [ [ [ is for javascript code
[[[ ... ]]]
surrounds javascript.
Many thanks both. I searched loads of documents but could not find that