Q. Which file should contain custom template tags?
β
Correct Answer: (C)
templatetags/*.py
Explanation: Custom tags go into a `templatetags` directory with `__init__.py`.