I want to create the following routes:-
group : template : route
main : contact : /contact/{thanks} (contact form, and thank you form)
main : lost-key : /contact/lost-key-recovery/{thanks} (software key recovery page and thank you page)
However the contact page always comes up because it’s above the lost-key one based on the rules, can I achieve what I want too?