package main // footerChromeComponent renders the bottom chrome strip with optional webring. templ footerChromeComponent(data FooterChromeData) {
if data.MenuName != "" { } if data.ShowWebring { } if data.Copyright != "" { { data.Copyright } }
}