package templates // AnimatedBackground renders 35 decorative logo elements that animate across // the auth page background. The .background-layer carries aria-hidden="true" // so screen readers ignore all decorative content (T-14-01-03). // // Each element uses a single logo_dark.png image (dark-mode swap deferred per // DEFERRED/DARK-01). Image paths use /static/logo_dark.png — backend serves // static files under /static/ unlike go-backend which serves from /. templ AnimatedBackground() { } // GoogleButton renders the Material Design Google Sign-In button. // // When configured=true the button is an element linking to the OAuth start // URL. When configured=false the button is rendered as a disabled } } // AuthDivider renders a horizontal divider with an "or" pill separator. // English label per D-G03 convention (not "Ou continuer avec" from go-backend). templ AuthDivider() {
or
}