{% firstof doesnotexist 42 %} {% firstof doesnotexist "" %} {% firstof doesnotexist ""|safe %} {% firstof doesnotexist simple.uint 42 %} {% firstof doesnotexist "test" simple.number 42 %} {% firstof %} {% firstof "test" "test2" %}