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