rechiko/lib/page.ml
2025-05-31 22:21:25 +05:30

4 lines
90 B
OCaml

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