0 votes
in Django by
When {% extends %} is used for inheriting a template?

a) It can be used anywhere in the template

b) It should be the first template tag in the template

c) It should follow a {% base %} template tag in the template

d) It should be the last template tag in the template

1 Answer

0 votes
by
d) It should be the last template tag in the template

Related questions

0 votes
asked Jun 22, 2022 in Django by SakshiSharma
0 votes
0 votes
asked Jun 25, 2022 in Django by sharadyadav1986
...