package handler import ( "net/http" ) func (h *Handler) showLoginView(w http.ResponseWriter, r *http.Request) { h.renderLayout(w, "login", nil, "") }