open Wormhole open Wormhole.Post let render (posts: Post.t list) = Sensemaking Galaxy

Sensemaking Galaxy

rss

Links that have ended up in this Galaxy were sent through space and time by the Sensemaking Wormhole.

% posts |> List.iter begin fun { author; link; summary; tags; _ } ->
<%s summary %> >Link (<%s Post.get_tld link %>)
Submitted by: <%s author %>
% tags |> List.iter begin fun tag -> <%s tag %> % end;
% end;