4 lines
90 B
OCaml
4 lines
90 B
OCaml
module UserPage = struct
|
|
type t = { frontmatter : Frontmatter.t; content : string }
|
|
end
|