sig
  val css_style : string option Pervasives.ref
  val more_head : string option Pervasives.ref
  val content_type : string Pervasives.ref
  val fatal_error : (unit -> string) Pervasives.ref
  val error_page : (?title:string -> Html.html -> string) Pervasives.ref
  val exception_page : (exn -> string) Pervasives.ref
end