Q. Which template tag is used to include another template?
β
Correct Answer: (B)
{% include %}
Explanation: `{% include 'template.html' %}` is used to include another template.