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

Explanation: `{% include 'template.html' %}` is used to include another template.

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

πŸ’¬ Discussion


πŸ“Š Question Analytics

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