vkk.templatetags
This module contains a collection of tags and filters, which can be used in the template layer of this application.
For further reading, please consult the Django documentation on Built-in template tags and filters and How to create custom template tags and filters.
1""" 2This module contains a collection of tags and filters, 3 which can be used in the template layer of this application. 4 5For further reading, please consult the Django documentation on 6[Built-in template tags and filters](https://docs.djangoproject.com/en/4.2/topics/class-based-views/mixins/) 7 and [How to create custom template tags and filters](https://docs.djangoproject.com/en/4.2/howto/custom-template-tags/). 8"""