Probably
url('{{ static 'my_folder/img.jpg' }})
(change {{ to {% if you're using the older oTree 3)
The {{ static }} tag just outputs the URL of the image. its function will make more sense if you try it with a regular image and click 'view source' to see what it output.