Q. Which tag is used to define a placeholder for content in a Django base template?
β
Correct Answer: (C)
{% block %}
Explanation: `{% block %}` defines a block of content that child templates can override.