{# Contact success page — rendered after a successful POST /contact OR after a silent spam rejection (honeypot tripped / hCaptcha failed). Copy MUST stay identical across those branches so a bot operator can't use the response body to distinguish "we accepted your message" from "we filed your message under spam". Context: - active_nav : "contact" #} {% extends "public/base.html" %} {% block title %}Message sent — Chicken Babies R Us{% endblock %} {% block meta_description %}Thanks for reaching out to Chicken Babies R Us.{% endblock %} {% block content %}

Thanks for reaching out

Your message is on its way to Head Hen. We'll get back to you as soon as the chickens let us.

Back to the home page

{% endblock %}