<%= thread.title %>
Posted under "><%= topic.name %>
<% for _, post in ipairs(posts) do %>
<% end %>
<% if not user:is_guest() then %>
Respond to "<%= thread.title %>"
<% end %>
<% for i = 1, math.max(pages, 1) do %>
<% if i == page then %>
<%= tostring(i)%>
<% else %>
<%= tostring(i)%>
<% end %>
<% end %>