Q. Which of these is a valid way to include another template?
β
Correct Answer: (C)
{% include 'base.html' %}
Explanation: include tag is used to insert another template inside the current one.