i want to load my profile html with user username on urlpattern my views.py
def profile(request): return render(request, \'profile.html\')
my