package main // cozyFooterComponent renders the cozy footer with newsletter signup, // a closing affirmation, an optional menu column, and social pill links. templ cozyFooterComponent(data CozyFooterData) {
// Decorative watercolor blob, top right

{ data.Affirmation }

if data.ShowSignup {
} if len(data.Social) > 0 {
for _, href := range data.Social { Visit }
}

Pastel Dream · with care

}