πŸ“Š Django
Q. Which of the following is a template inheritance tag in Django?
  • (A) {% base %}
  • (B) {% extends %}
  • (C) {% template %}
  • (D) {% layout %}
πŸ’¬ Discuss
βœ… Correct Answer: (B) {% extends %}

Explanation: `{% extends %}` is used to inherit from a base template.

Explanation by: Mr. Dubey
`{% extends %}` is used to inherit from a base template.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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