open Wormhole
open Wormhole.Post
let render (posts: Post.t list) =
Sensemaking Galaxy
SENSEMAKING GALAXY
Haling from other points in time and space, these posts traveled
here from across the cybernet via a Mastodon Wormhole.
Source code
% posts |> List.iter begin fun { published; author; author_link; summary; tags; _ } ->
<%s! summary %>
% tags |> List.iter begin fun tag ->
<%s tag %>
% end;
% end;