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 %}
Source:stackexchange.com