package main func footerLinkHref(url string) string { if url == "" { return "#" } return url } templ footerComponent(data FooterData) { }