<%= h(TITLE) %>

<% POST_SETS.each do |set| %> <% end %><% POST_SETS.each do |set| %> <% end %>

<%= h(set_name(set)) %>

<% posts(set[:id] as String).rows.each do |post| %> <% (set[:actions] as Array(Hash(Symbol, String))).each do |a| %> <% end %> <% end %>
ID Created At Name Body Actions
<%= h(post.row["post_id"].to_s) %> <%= h(post.row["created_at"].to_s) %> <%= h(post.row["name"].to_s) %> <%= post.row["body"].to_s %>
Add Post