{% extends "brickwork_marketing/shell/marketing.html" %} {% comment %} A public contact page: hero, enquiry form, and the states a real form needs. COPY THIS FILE into your project and edit it. It is not on the template loader path, so you cannot extend it (ADR-056). What your view must supply: form the enquiry form (any fields; bw_form renders them) contact_state "ready" | "invalid" | "loading" | "error" | "success" | "empty" faq_items [{question, answer}] (ready/invalid/loading only) footer_groups [{heading, links:[{label, href}]}] You own the