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

Page.addToHead

$page.addToHead($html) -> self

Description

Add HTML content that will be included in the <head> tag.

Note: Tags like <title>, etc. will already be populated.

This is typically used to create additional meta tags.

$page.addToHead(metaHtml())

tm metaHtml {
    <meta name="author" value="Terry Timberlake">
}

See Also