#? stdtmpl | standard # #proc genLogin(c: var TData, errorMsg = ""): string = # result = "" # if not c.loggedIn:

Login

# if errorMsg.len() != 0:
${errorMsg}
# end if
#else:
# end if #end proc