This is part of a code wich is placed in a <code></code> on a webpage in my appengine domein. I mean on this webpage I show a code example, this part of the code give a error from the Django template.
This is a part of the code wich gives the error
error-- Play the selected radio station
details = stations[sel]
vlc.playlist.clear()
vlc.playlist.add({{path = details.url; title = details.name; name = details.name}})
vlc.playlist.play()
end
Greeting Hendrikus