package home // Define the Home template, accepting a BuildInfo struct. templ Home(buildTime string, sha1ver string, goVersion string) { Build Information

Build Information

Build Time: {buildTime}

SHA1 Version: {sha1ver}

Go Runtime Version: {goVersion}

}