Types.Page
type t = {
preamble : Item.t list;
items : Item.t list;
url : Url.Path.t;
source_anchor : Url.t option;
Url to the corresponding source code. Might be a whole source file or a sub part.
}