Hi all
I am quite new to Node Red and Node Red UI. I am starting to play with UI element "template" . It seems to be exactly what I need to build my own web page . I would be great to have the possibility to handle, refers and place the other node elements (gauge, button and so on) inside the template.
What is the correct syntax to do this?
Can be something like
<div style="color:#0000FF">
<h3>This is a heading</h3>
<p>This is a paragraph.</p>
{{ref_to_some_button}}
</div>
??
Thank you