feedless/app/views/communities/topic.ejs

2 lines
91 B
Plaintext
Raw Normal View History

2020-04-21 09:12:24 +02:00
<h1><%= topicTitle(posts[0]) %></h1>
<%- include("../_posts", { posts, dont_cut: true }) %>