Determine if a value exists and is not a whitespace character
{% if TestValue|empty %}Empty Value{% else %}Populated Value{% endif %}