render (request,"index.html", {"index":index})
would you like to ask whether the dictionary type parameter of the index returned later can return more than one parameter at the same time?
for example,: render (request,"index.html", {"index":index,"first":first,"second":second})
if this method is not possible, then I want to return multiple parameters to the front end at the same time, and how to return them. Thank you