Hi, I was wondering what the different urlpatterns are that can be used. So far I know that a variable can only come after or before a '/'. These are correct : /test/{category} /test/{category}.html This is however wrong and is not being routed : /test/test{category}.html I need a way of getting...