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

Page.setMain

$page.setMain($html) -> self

Description

Set the HTML content that will be inserted into the <main> tag.

This is the main content of the page that appears between the <header> and <footer>.

$page.setMain(mainLm())

tem mainLm {

    # About Me

    These are my favorite things:
    - Tacos
    - Tambourines
    - T-Rexes
}

See Also