7 lines
129 B
Smarty
7 lines
129 B
Smarty
|
<div class='comments'>
|
||
|
<% if (ctx.canListComments && ctx.comments.length) { %>
|
||
|
<ul>
|
||
|
</ul>
|
||
|
<% } %>
|
||
|
</div>
|