Is it possible to pass data from Django views to Django templates using variables? For example, if I have a list called 'listone', can I somehow transfer this data to a JavaScript list created in the view? Are there alternative methods for achieving this?