vanity/router/templates/foot.go

8 lines
101 B
Go

package templates
var Foot = `
<strong>Version: </strong>{{.AppVer}} | {{.GoVer}}
</body>
</html>
`