{{ address }}
{{ city_state }}
{{ bedrooms }}
Bedrooms
{{ bathrooms }}
Bathrooms
{{ sqft }}
Sq. Feet
{{ year_built }}
Year Built
{{ description }}
{% endif %}
{% if features %}
Key Features
{% for item in features %}
{{ item }}
{% endfor %}
{{ agent_initials | default("AG") }}
{{ agent_name }}
{{ agent_title | default("Licensed Real Estate Agent") }}
{{ agent_phone }}
{{ agent_email }}
{% if brokerage %}{{ brokerage }}
{% endif %}