Special Tags
There are some special tags that you can place within your markup. These tags are not rendered, but instead provide functionality.
<:component>
<:component self={...}> inserts a dynamic component.
<:element>
<:element self={...}> inserts a dynamic element.
TODO: <:trim>
<:trim> trims whitespace around the tag.
<:head>
Use the <:head> tag to add content to the <head> tag.
TODO: <:window>
Use the <:window> tag to add events to the window
object.
TODO: <:document>
Use the <:document> tag to add events to the document
object.
TODO: <:body>
Use the <:body> tag to add events to the body
object.