<{system cat src/pages/parts/header.etlua}> <% if owner then -%>
<% end -%>

<%- title %>

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

<%- text %>

<%= views %> Hits

<% if unlisted then %> <% end %>
<% if not show_comments then -%>
<% if unlisted then %> <% end %>
<% else %>
<% if unlisted then %> <% end %> <% 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 %> <{system cat src/pages/parts/footer.etlua}>