Listing 12.12. Reguła ustalająca adresy stron z tekstami piosenek
indeks:
  url:   /index.html
  param: { module: artykul, action: index }

homepage:
  url:   /
  param: { module: artykul, action: index }

artykul:
  url:   /:slug.html
  param: { module: artykul, action: show }