Inner HTML reference variables
You can reference the inner HTML of an element to render elsewhere on the page, by referencing the ID of its parent element.
This is also the method of drawing HTML template tag contents.
The syntax is {#element id}.
Remember - the selector references the parent of the tree that will be produced.
It acts in the same way as the JavaScript element.innerHTML command.
Example: