Better handling of multiple matching template wildcard paths #996
Closed
Description
I tried building this:
templates/pages/{topic}.html
templates/pages/{topic}/{slug}.html
And it didn't work - hits to /foo/bar which should have been rendered by the {slug}.html
template were instead rendered by the top level {topic.html}
template.