{% if sender.logo %} {% else %} {{ sender.company }} {% endif %}
{{ sender.address | replace('\n', '
') }}
{% if sender.phone %}{{ sender.phone }}
{% endif %} {% if sender.email %}{{ sender.email }}{% endif %}

{{ date }}

{{ recipient.name }}
{% if recipient.title %}{{ recipient.title }}
{% endif %} {{ recipient.company }}
{{ recipient.address | replace('\n', '
') }}

RE: {{ subject }}

{% if reference %}

{{ reference }}

{% endif %}

{{ salutation }}

{% for paragraph in body_paragraphs %}

{{ paragraph }}

{% endfor %}

{{ closing }}

{{ signature_name }}

{{ signature_title }}

{% if enclosures or cc %}
{% if enclosures %}

Enclosures

{% endif %} {% if cc %}

CC

{% endif %}
{% endif %}