2️⃣ Per-View Layout Toggle
You can disable the layout per view if needed:
| View Type | How to disable layout |
|---|---|
.pug |
Add //- nolayout at the top |
.md |
Add nolayout: true in frontmatter |
.js |
Return { nolayout: true } from the async view function |