You have already completed these exercises!
Do you want to take them again?
You completed the DJANGO Static Files Exercises from W3Schools.com
Share on:
In the HTML file, what is a correct syntax for having access to static files in the static folder?
static
{% load static %}
{% import static %}
{% lnclude static %}