package b0

  1. Overview
  2. Docs
Software construction and deployment kit

Install

dune-project
 Dependency

Authors

Maintainers

Sources

b0-0.0.6.tbz
sha512=e9aa779e66c08fc763019f16d4706f465d16c05d6400b58fbd0313317ef33ddea51952e2b058db28e65f7ddb7012f328c8bf02d8f1da17bb543348541a2587f0

doc/b0.kit/B0_web_page/index.html

Module B0_web_pageSource

Sourceval write : ?lang:string -> ?generator:string -> ?styles:string list -> ?scripts:string list -> ?more_head:B0_html.El.html -> ?title:string -> B0_memo.t -> frag:B0_std.Fpath.t -> o:B0_std.Fpath.t -> unit

write_page m ~frag ~o reads frag and inserts it in an B0_html.El.body using B0_html.El.raw and writes a full HTML document to o using B0_html.El.basic_page (see doc of the corresponding arguments). If title is "" or unspecified B0_html.El.title_of_filepath o is used.