<% if (locals.tag) { %>
<%= tag.description %> <% } %> <% if (locals.current_user) { %> <% if (!locals.error) { %>
<% if (!locals.in_collection) { %> <% } else { %> <% } %> <% } %> <% } %>
<% if (locals.error) { %>
<%= error %>
<% } else { %> <% if (locals.topics && topics.length > 0) { %> <%- partial('topic/list', { topics: topics, pages: pages, current_pages: current_page, base: '/tag/' + tag.name }) %> <% } else { %>

无话题

<% } %> <% } %>
<% if (locals.current_user && locals.tag) { %> <% } %>