genit
genit copied to clipboard
A cross-platform website generator and server using F#, Suave and PostgreSQL.
Just make it an arg and pass it in to everything
Generator.fs ``` match loginAttempt with | Some(loginAttempt) -> let returnPath = getQueryStringValue req "returnPath" let returnPath = if returnPath = "" then "/" else returnPath setAuthCookieAndRedirect id returnPath | None...
You can enter alert('hello') into the text box and it will run the js when loading the view page.