Q. Which method is used to include a template within another template?
β
Correct Answer: (D)
{% include %}
Explanation: `{% include %}` is used to insert another template's content.