← Back to overview
1

Just a page

The simplest route. No nested layout, no loading state — the page renders synchronously and is sent in one response. The root layout (the nav bar above) still applies to every route.

Files

page
  • app/simple/page.rs — Rust handler that renders the askama template
  • app/simple/page.html — this template