package templates import ( "go.alanpearce.eu/homestead/internal/http" "strconv" ) templ Error(site SiteSettings, path string, err *http.Error) { @Layout(site, PageSettings{ Title: "Error", Path: path, }) {

{ strconv.Itoa(err.Code) } { err.Message }

ʕノ•ᴥ•ʔノ ︵ ┻━┻

} }