{% if company_logo %}
{% endif %}
{{ company_name }}
{% if company_tagline %}
{{ company_tagline }}
{% endif %}
{{ company_address }}
{{ company_phone }}
{{ company_email }}
{{ company_phone }}
{{ company_email }}
{{ letter_date }}
{{ recipient_name }}
{% if recipient_title %}{{ recipient_title }}
{% endif %} {% if recipient_company %}{{ recipient_company }}
{% endif %} {{ recipient_address }}
{% endif %} {% if recipient_company %}{{ recipient_company }}
{% endif %} {{ recipient_address }}
Re: {{ subject }}
{% endif %}
{{ greeting | default("Dear " + recipient_name + ",") }}
{{ body | default("") }}
{% if body_paragraph_1 %}
{{ body_paragraph_1 }}
{% endif %} {% if body_paragraph_2 %}{{ body_paragraph_2 }}
{% endif %} {% if body_paragraph_3 %}{{ body_paragraph_3 }}
{% endif %}{{ closing_phrase | default("Sincerely,") }}
{{ signer_name }}
{{ signer_title }}
{{ company_name }}
{% if signer_phone or signer_email %}
{% if signer_phone %}{{ signer_phone }}
{% endif %} {% if signer_email %}{{ signer_email }}{% endif %}
{% endif %}
{% endif %} {% if signer_email %}{{ signer_email }}{% endif %}
Encl: {{ enclosure }}
{% endif %}
{% if cc %}
CC: {{ cc }}
{% endif %}