{% macro phone(recipient, message) %}

Example text message To: {{recipient}}

{{ message }}
{% endmacro %}