szurubooru/client/html/comment_list.tpl

6 lines
129 B
Smarty

<div class='comments'>
<% if (ctx.canListComments && ctx.comments.length) { %>
<ul>
</ul>
<% } %>
</div>