Q. Which template tag is used to define content blocks?
β
Correct Answer: (B)
{% block %}
Explanation: `{% block %}` is used to define content sections in templates.