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

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

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

404 topic not found

<% } %>