Q. How do you include static files in Django templates?
β
Correct Answer: (B)
{% static 'path/to/file.css' %}
Explanation: `{% static %}` is used to load static files.