Returns a boolean condition based on if the input value ends with the value passed to the filter
{% if TestValue|endsWith:'test' %}Ends With Test{% else %}Does NOT End With Test{% endif %}