Skip to content
Greg Bowler edited this page May 9, 2026 · 3 revisions
  • Explain when static file mapping is not enough.
  • Give examples such as IDs, slugs, and category trees.

Note

You'll see the term "URI" used alongside "URL" and sometimes "URN" when reading web development documentation. In most cases, URI, URL and URN mean the same thing.

How dynamic routing works

  • Explain the use of dynamic path markers and matching logic.
  • Explain how route parameters become available to application code.
  • Explain how @ and @@ are used differently.

Choosing good dynamic URIs

  • Encourage readable, stable URIs.
  • Explain how URI design affects code organisation and user understanding.

Dynamic Pages and Page Logic

  • Explain how one logic file can handle many related URLs.

Let's move on to how page headers and footers can be added automatically, or jump ahead to page partials.

Clone this wiki locally