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>.
TIPInstead of an HTML template, you can use a Litemark (Lm) template, which returns an HTML TypeString.
$page.setMain(mainLm())
tem mainLm {
# About Me
These are my favorite things:
- Tacos
- Tambourines
- T-Rexes
}