dir to match on multiple componentsWe can match on multiple components by chaining calls to dir together
[Source code for the app is here.]
If we start the app and point our browser at http://localhost:8000/hello/world we get the hello message, and if we point it at http://localhost:8000/goodbye/moon, we get the goodbye message.