Q. Which of the following is used for defining custom template filters?
β
Correct Answer: (C)
templatetags module
Explanation: Custom filters are defined inside a `templatetags` directory/module.