Hey there,
I’d like to do routing with a custom variable in the path, not related to any existing content in ghost.
I want to map all subpaths to a single page (but I don’t want a redirect!): /podcast/* => podcast.hbs
I’d like this path: /podcast/episodes/episode-123 or /podcast/episodes/episode-456 to be passed to a single hbs template that will get the episode-123 part in a variable.