package app import ( "fmt" "html/template" "os" "path/filepath" "strings" "github.com/oauth2-proxy/oauth2-proxy/v7/pkg/logger" ) const ( errorTemplateName = "error.html" signInTemplateName = "sign_in.html" defaultErrorTemplate = `{{define "error.html"}}