{# HTML body for the admin contact-form notification email. Deliberately plain — email clients are hostile to CSS. ``message`` is rendered inside a
so newlines submitted by the visitor are preserved without us having to manually convert them to
s (which bleach would strip anyway). Jinja2 autoescape is on for .html templates; every field below is rendered via ``{{ ... }}`` without ``| safe``, so user input cannot escape into the DOM. Context: - submission_name : str - submission_email : str - message : str - submitted_at : ISO-8601 str - ip : str #}New contact submission — Chicken Babies R Us New contact submission
Name: {{ submission_name }}
Email: {{ submission_email }}
Submitted at: {{ submitted_at }}
IP: {{ ip }}
Message
{{ message }}Replying to this email will respond directly to the sender ({{ submission_email }}).