Skip to main content

Multi-Page Site

A site with multiple pages linked from a shared nav.

[site]
title: My Company

[nav]
Home -> /
About -> /about
Contact -> /contact

[Home -> /]

/// hero
h1: Welcome

[About -> /about]

/// section
h2: About Us
p: We build things.

[Contact -> /contact]

/// section
h2: Get in Touch

form: Contact
input: Email*
submit: Send

Each [Page Name -> /path] block defines a separate page. The [nav] block is shared across all pages.