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