type AboutHandler struct { Template *template.Template }
func (h AboutHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
type MapsHandler struct { Template *template.Template }
func (h MapsHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)