<% if owner then -%>
<% end -%>

<%- title %>

<% if isanon then -%> By Anonymous <% else -%> By <%= author %> <% end -%>

<%- text %>
<% if not show_comments then -%>
<% else %>
<% if iam then %> <% else %> <% end %>
<% if comments and #comments == 0 then %>

No comments yet

<% else %>
<% for _,comment in pairs(comments) do %>
<% if comment.isanon then %>

Anonymous

<% else %>

<%= comment.author %>

<% end %>

<%= comment.text %>

<% end %>
<% end %> <% end %>