Version: v0.8.1 - Beta.  We welcome contributors & feedback.

Output.sendHtml

Output.sendHtml($htmlOrList) -> null

Description

Send an HTML TypeString to the client.

It also accepts a list of HTML TypeStrings that will be combined.

Output.sendHtml(myHtml())

tem myHtml {
    <p>Hello World!</>
}

See Also 

See Also