QUESTION 18
Which of the following does not have the same directory depth as the others?
O templates directory
O_init__.py
O forms.py
O config.py
QUESTION 19
Given a base template called "base.html", how can we inherit from this base template in another html file, "new.html"?
O Put (% extends "base.html" %) at the top of new.html
O Put at the top of new.html
O It is not possible to inherit from base.html
O Put (% extends "base.html" %) at the bottom of new.html