<% if (posts.length > 0) { %>

⬅ #<%= community.name %>

<%= topicTitle(posts[0].value) %>

<%- include("../../_posts", { posts: posts.map(x => x.value), dont_cut: true }) %>
/publish" method="POST" style="padding: 14px; border-top: 1px solid #ddd;">
<% } else { %>

404 topic not found

<% } %>