{% from 'common/macros.html' import timestamp, subheader, pager %} {%- extends 'base.html' -%} {%- block title -%}browsing topic {{topic.name}}{%- endblock -%} {%- block content -%} {%- call() subheader(('Threads in "%s"' % topic.name), topic.description) -%}
{%- if is_mod() -%} {%- endif -%} {%- endcall -%} {%- for thread in threads -%}