package home // Define the Home template, accepting a BuildInfo struct. templ Home(buildTime string, sha1ver string, goVersion string) {
Build Time: {buildTime}
SHA1 Version: {sha1ver}
Go Runtime Version: {goVersion}