generated from westfarn/web_django_template
Replaces template branding with College Craft pages, assets, and copy, and matches Gitea deploy workflows to the server-infra catalog name and master branch so beta deploys actually run. Closes #1
18 lines
404 B
Plaintext
18 lines
404 B
Plaintext
New contact form inquiry — {{ brand_name|default:"College Craft Painters" }}
|
|
|
|
Name: {{ name }}
|
|
Email: {{ email }}
|
|
Phone: {{ phone }}
|
|
Address:
|
|
{{ address }}
|
|
|
|
Message:
|
|
{{ message }}
|
|
|
|
{% if portal_url %}View in portal: {{ portal_url }}
|
|
{% endif %}
|
|
—
|
|
{{ brand_name|default:"College Craft Painters" }}
|
|
{{ site_url|default:"https://collegecraft.com" }}
|
|
{% if brand_tagline %}{{ brand_tagline }}{% endif %}
|