empty?

Returns true if content is ‘empty’.

Input:

{{ "" | empty? }} {{ "nope" | empty? }}

Output:

true false