module Entry : sig ... endval to_html : ?sep:Cow.Xml.t -> feed:Atom_feed.t -> entries:Entry.t list -> Cow.Xml.t Lwt.tval to_atom : feed:Atom_feed.t -> entries:Entry.t list -> Cow.Atom.feed Lwt.tval recent_posts : ?active:string -> Atom_feed.t -> Entry.t list -> Foundation.Sidebar.t list