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()) tem footerHtml { <nav> <a href="/"> Home <a href="/about"> About <a href="/legal/privacy"> Privacy Policy </> }