Returns a boolean condition based on if the input value contains the value passed to the filter
{% if TestValue|contains:'test' %}Contains Test{% else %}Does NOT Contain Test{% endif %}