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

Page.setFooter

$page.setFooter($html) -> self

Description

Set the HTML content that will be inserted into the <footer> tag at the bottom of the body.

$page.setFooter(footerHtml())

tm footerHtml {
    <nav>
        <a href="/"> Home
        <a href="/about"> About
        <a href="/legal/privacy"> Privacy Policy
    </>
}

See Also