Template
Extract always-on public/portal/UTM plus optional email_sms, directmail, blog, payments, social, and social_ai so new client sites can be bootstrapped from this seed. Refs #1 Refs #2 Co-authored-by: Cursor <cursoragent@cursor.com>
18 lines
386 B
Plaintext
18 lines
386 B
Plaintext
New contact form inquiry — {{ brand_name|default:"Monica Dhillon" }}
|
|
|
|
Name: {{ name }}
|
|
Email: {{ email }}
|
|
Phone: {{ phone }}
|
|
Address:
|
|
{{ address }}
|
|
|
|
Message:
|
|
{{ message }}
|
|
|
|
{% if portal_url %}View in portal: {{ portal_url }}
|
|
{% endif %}
|
|
—
|
|
{{ brand_name|default:"Monica Dhillon" }}
|
|
{{ site_url|default:"https://mkdrealtor.com" }}
|
|
{% if brand_tagline %}{{ brand_tagline }}{% endif %}
|