1 2 3
if !({{ presence }}) { return {{ delegate_name }}(self).{{ method_name }}({{ arg_names }}){% if is_async %}.await{% endif %}; }