[Answer]-Not able to parse the remainder in django template

1👍

You can’t nest template variables like that. Assuming that your songname is the actual name of the file and the file is in the root of your STATIC_ROOT, you simply do:

{% static songname %}

Leave a comment