diff --git a/content/7-webapp-features/4-routing/marko/run.md b/content/7-webapp-features/4-routing/marko/run.md index 418b0cbd..9ba3a53e 100644 --- a/content/7-webapp-features/4-routing/marko/run.md +++ b/content/7-webapp-features/4-routing/marko/run.md @@ -6,7 +6,7 @@ routes/ |-- about/ |-- +page.marko // about page "/about" |-- +layout.marko // global app layout -|-- +handler.{js,ts,*} // run code for conditionally rendering HTML/API route +|-- +handler.{js,ts,*} // conditionally render HTML, API route, run arbitrary codeā€¦ |-- +middleware.{js,ts,*} // added to HTTP framework middleware chain |-- +meta.{js,ts,*} // adds metadata to route |-- +404.marko // shows when no suitable route found