feat: title on pages
This commit is contained in:
@@ -11,6 +11,8 @@ type ctxKey int
|
||||
|
||||
const (
|
||||
pathKey ctxKey = iota
|
||||
headerKey
|
||||
titleKey
|
||||
)
|
||||
|
||||
func Middleware(next http.Handler) http.HandlerFunc {
|
||||
|
||||
Reference in New Issue
Block a user