ifcontains tag
Django does not have ability to write {% if "item" in list %}, so I had to write this tag. It can be used just like ifequal tag
- tag
 - if
 - ifcontains
 - block-tag
 
Django does not have ability to write {% if "item" in list %}, so I had to write this tag. It can be used just like ifequal tag