πŸ“Š Django
Q. Which tag is used to define a placeholder for content in a Django base template?
  • (A) {% extend %}
  • (B) {% include %}
  • (C) {% block %}
  • (D) {% section %}
πŸ’¬ Discuss
βœ… Correct Answer: (C) {% block %}

Explanation: `{% block %}` defines a block of content that child templates can override.

Explanation by: Mr. Dubey
`{% block %}` defines a block of content that child templates can override.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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