<%namespace name="renderer" file="_content_renderer.html"/>
<%include file="_search_bar.html" />
% if len(threads) == 0:
<%include file="_blank_slate.html" />
% else: <%include file="_sort.html" />
% for thread in threads: ${renderer.render_content_with_comments(thread)} % endfor
<%include file="_paginator.html" /> % endif
<%include file="_js_data.html" />