1
func {{ method_name }}({{ params }}){% if return_type %} -> {{ return_type }}{% endif %} { {{ body }} }