Module Types.Page

type t = {
title : string;
header : Item.t list;
items : Item.t list;
url : Url.Path.t;
}