<%- partial('sidebar') %>
<% if (topics.length > 0) { %> <%- partial('topic/list', { topics: topics, pages: pages, current_pages: current_page, base: '/user/' + user.name + '/collections' }) %> <% } else { %>

找不到话题 (T_T)

<% } %>