Template
Closes #9. Shop-gated buyer accounts, purchase reviews, Stripe customer ids, shipment tracking, slim public contact form, and a template-neutral seed_demo command.
14 lines
301 B
Plaintext
14 lines
301 B
Plaintext
New contact form inquiry — {{ brand_name|default:"Your Company" }}
|
|
|
|
Email: {{ email }}
|
|
|
|
Message:
|
|
{{ message }}
|
|
|
|
{% if portal_url %}View in portal: {{ portal_url }}
|
|
{% endif %}
|
|
—
|
|
{{ brand_name|default:"Your Company" }}
|
|
{{ site_url|default:"" }}
|
|
{% if brand_tagline %}{{ brand_tagline }}{% endif %}
|