Empty Template Filter

Determine if a value exists and is not a whitespace character

Example


{% if TestValue|empty %}Empty Value{% else %}Populated Value{% endif %}