How can I add a static template tag for this in Django?{% static %}
<body style="background-image: url('path') "></body>
I try this, but it does not work
<body style="background-image: url('{% static "path" %} ') "></body>
New contributor
بنیامین بیگلری is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.