let f thread_view thread_id request = <%s! thread_view %> % begin match Dream.session "nick" request with % | None -> % | Some _ ->
<%s! Dream.form_tag ~action:( Format.sprintf "/thread/%s" thread_id) ~enctype:`Multipart_form_data request %>
% end;