UNPKG

276 BHTMLView Raw
1<p>You've Received a Donation</p>
2<br>
3<p>Donor Name: {{ first_name | e }} {{ last_name | e }}</p>
4<p>Donation Amount: ${{ total }}</p>
5<br>
6<p>Donor Address:</p>
7<p>{{ line1 }}</p>
8<p>{{ city }} {{ state }}, {{ postal_code }}</p>
9<p>{{ country_code }}</p>
10<p>{{ email }}</p>