package main func htmlHeader(title string) string { return ` ` + title + `

` + title + `

` } var htmlFooter = ` `