module UserPage = struct type t = { frontmatter : Frontmatter.t; content : string } end