I'm trying to load the template
node with an incoming template from a file node.
When I pass the file payload to the template, I see mustache curly braces {{ xyz }}
on the page.
If I take this same template code and copy it into the node template
section... It works fine.
There is something about msg.template
, I try to attach the code to this, but I don't get anything.
My goal is to remotely open and save the template file from my design tool [Pinegrow], and have node-red template open these templates without needing to manually copy and paste the code to the template node each time.
Is there something I'm missing?