ifinlist template tag
I recently had to write a custom template tag which checks to see if a value exists in a list variable from within a Django template. This was my first ever attempt at writing a template tag so any feedback would be appreciated.
- template-tag
- if-in-list
- if-value-in-list