Q. Which of the following is a template inheritance tag in Django?
β
Correct Answer: (B)
{% extends %}
Explanation: `{% extends %}` is used to inherit from a base template.