If there is no defined value, a default (fallback value) can be displayed with using the default filter. In the following example, contact.7
field has no provided value, it is replaced by 5 defined in the brackets.
{{ 30 + contact.7|default(5) }}
Result
35