Currently, I am attempting to utilize inline CSS and load an image as a background in a Django template. My goal is to include three quotes, however, I am unsure of the correct way to achieve this. Can anyone provide guidance on how to properly modify the code below?
<div class="full-background" style="background-image: url("{% static '/img/curved-images/white-curved.jpg' %}")"></div>