Metadata.Page
include INJECTABLE
val inject :
(module Key_value.DESCRIBABLE with type t = 'a) ->
t ->
(string * 'a) list
Produces a structured object, compliant to a template input from a t
.
val make : string option -> string option -> t
val title : t -> string option
val description : t -> string option
val pp : Stdlib.Format.formatter -> t -> unit