{#- chirp-ui: Thread reader layout Reader shell for forum and social threads with optional local navigation, attention/moderation rail, and composer region. Posts and ranking remain app-owned content. -#} {% def thread_reader_layout(label="Thread", cls="") %}
{% yield header %}
{% yield posts %}
{% yield composer %}
{% end %}