{%- from 'common/macros.html' import full_post with context -%} {%- from 'common/macros.html' import subheader, pager -%} {%- extends 'base.html' -%} {%- block title -%}threads by {{ target_user.get_readable_name() }}{%- endblock -%} {%- block content -%} {%- set td -%} ← Back to profile {%- endset -%} {%- call() subheader("%s's started threads" % target_user.get_readable_name(), td) -%} {%- if threads -%}
{%- endif -%} {%- endcall -%} {%- if threads -%} {%- for post in threads -%}