<% if (talks && talks.length > 0) { %>
<% talks.forEach(function(talk) { %>
<%= talk.content %>
<% if (talk.images && talk.images.length > 0) { %>
<% talk.images.forEach(function(image) { %>

<% }); %>
<% } %>
<% }); %>
<% } else { %>
<%= __('shuoshuo.no_talks') %>
<%= __('shuoshuo.no_talks_desc') %>
<% } %>