let f request = % begin match Dream.session "nick" request with % | None -> % let redirect = Dream.to_percent_encoded "/new_thread" in % Format.printf "%s@." redirect; Login to make a new thread. % | Some _nick ->

New thread

Click the map to make a new thread:




<%s! Dream.form_tag ~action:"/new_thread" ~enctype:`Multipart_form_data request %>




% end;