I need to send data from my view or my model database to my HTML/javascript template. What technology or methods should I use for that? I can't simply use for example
return render(request, "check_by_callsign.html", {"latitude": latitude, "longitude": longitude})
because that would only mean one return of data.