package templates
import (
"net/http"
)
func Login(w http.ResponseWriter, r *http.Request) {
Execute(w, "login.gotmpl", nil)
}