The URL of a course will be `/courses/<course-name>` and a topic will be `/courses/<course-name>/<topic-name>`. Implemented this by adding entries to `website_route_rules`.
The URL of a course will be `/courses/<course-name>` and a topic will be `/courses/<course-name>/<topic-name>`. Implemented this by adding entries to `website_route_rules`.