Skip to content

Instantly share code, notes, and snippets.

@contempoinc
Created December 22, 2023 19:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save contempoinc/f500592fffd89424423a44b0dbd5a619 to your computer and use it in GitHub Desktop.
Save contempoinc/f500592fffd89424423a44b0dbd5a619 to your computer and use it in GitHub Desktop.
<h1 style="margin-bottom: 0;">Your Personalized Home Valuation Report</h1>
<p style="font-size: 14px; line-height: 1em; margin-bottom: 30px;">Hello! Thank you for requesting a home valuation from Blair Owens Realty. We're excited to provide you with an accurate estimate of your property's value using our advanced Automated Home Valuation tool.</p>
<p style="font-size: 14px; line-height: 1em; margin-bottom: 10px;">At Blair Owens Realty, we understand the importance of precise and timely information when it comes to real estate. Our Automated Home Valuation service, powered by the Quantarium Valuation Model, offers you a quick and easy way to get an estimated market value of your home.</p>
<p style="font-size: 14px; line-height: 1em; margin-bottom: 10px;"><i><strong>Experience the difference with our cutting-edge technology and personalized service.</strong></i></p>
<p style="font-size: 14px; line-height: 1em; margin-bottom: 30px;">We combine our real estate expertise with state-of-the-art technology to provide you with the best service possible. Your trust in us drives our commitment to excellence.</p>
<p style="font-size: 14px; line-height: 1em; margin-bottom: 0;"><strong>Interested in learning more about our services? Visit our website: <a href="https://blairowensrealty.com">Blair Owens Realty</a></strong></p>
<div style="border-top: 1px solid #efefef; height: 1px; padding-top: 10px; margin-top: 20px;"></div>
<p style="font-size: 14px; line-height: 1em; margin-bottom: 0;"><strong>Your Name:</strong> {{name}}
<strong>Your Email:</strong> {{email}}
<strong>Your Phone:</strong> {{phone}}</p>
<h2 style="margin-bottom: 0;"><strong>Your Property Address:</strong></h2>
<p style="font-size: 14px; line-height: 1em; margin-bottom: 0;">{{info.property.address1}}
{{info.property.city}}, {{info.property.state}} {{info.property.zip}}</p>
<h2 style="margin-bottom: 0;"><strong>Property Details:</strong></h2>
<ul style="font-size: 14px; line-height: 1em; margin-bottom: 0;">
<li>APN: {{info.assessment.apn}}</li>
<li>Building Area: {{info.assessment.building_area}}</li>
<li>Lot Size/Area: {{info.assessment.lot_size_or_area}}</li>
<li>Baths: {{info.assessment.number_of_baths}}</li>
<li>Beds: {{info.assessment.number_of_bedrooms}}</li>
<li>Partial Baths: {{info.assessment.number_of_partial_baths}}</li>
<li>Stories: {{info.assessment.number_of_stories}}</li>
<li>Latest Sale Recording: {{info.assessment.sale_recording_date_latest}}</li>
<li>Previous Sale Recording: {{info.assessment.sale_recording_date_previous}}</li>
<li>Tax Amount: {{info.assessment.tax_amount}}</li>
<li>Tax Assessment Year: {{info.assessment.tax_assessment_year}}</li>
<li>Tax Market Value Improvement: {{info.assessment.tax_market_value_improvement}}</li>
<li>Tax Market Value Land: {{info.assessment.tax_market_value_land}}</li>
<li>Tax Total Market Value: {{info.assessment.tax_total_market_value}}</li>
<li>Tax Year: {{info.assessment.tax_year}}</li>
<li>Total Number of Rooms: {{info.assessment.total_number_of_rooms}}</li>
<li>Year Built: {{info.assessment.year_built}}</li>
</ul>
<h2 style="margin-bottom: 0;"><strong>Valuation:</strong></h2>
<p style="font-size: 14px; line-height: 1em; margin-bottom: 0;">{{valuations.current_value}}</p>
<h2 style="margin-bottom: 0;"><strong>Historical Values:</strong></h2>
<ul style="font-size: 14px; line-height: 1em; margin-bottom: 0;">
<li>Last Valuation Value: {{valuations.historical_values[0].valuation}}</li>
<li>Valuation Date: {{valuations.historical_values[0].valuation_date}}</li>
</ul>
<div style="border-top: 1px solid #efefef; height: 1px; padding-top: 5px; margin-top: 15px;"></div>
<p style="font-size: 14px; line-height: 1em; margin-bottom: 20px;">If you have any questions or need further assistance, feel free to reach out. Contact us at <a href="mailto:contact@blairowensrealty.com">contact@blairowensrealty.com</a> or call us at [Your Phone Number].</p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment