πŸ“Š Django
Q. Which method is used to include a template within another template?
  • (A) {% extend %}
  • (B) {% use %}
  • (C) {% load %}
  • (D) {% include %}
πŸ’¬ Discuss
βœ… Correct Answer: (D) {% include %}

Explanation: `{% include %}` is used to insert another template's content.

Explanation by: Mr. Dubey
`{% include %}` is used to insert another template's content.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
64
Total Visits
πŸ“½οΈ
11 mo ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
94%
Success Rate