Fork me on GitHub
#keechma
<
2016-03-06
>
roberto21:03:27

Hi, I’m looking at the place-my-orde example and don’t understand the routes definition:

:routes [[":page" {:page "home"}]
                          ":page/:slug"
                          ":page/:slug/:action”]

roberto21:03:33

what does {:page “home”} do?