5👍
✅
try this (not tested):
class AboutView(TemplateView):
def get_template_names(self):
return ["about/%s.html" % self.args[0]]
Source:stackexchange.com