from django.urls import path urlpatterns = [ path("beginning-with/", lambda x: x), path("closed_angle>/x/angle_bracket>", lambda x: x), ]