Q. Which tag is used to load a custom template tag file?
β
Correct Answer: (B)
{% load filename %}
Explanation: The load tag is used to import custom template tag libraries.