{%- from 'common/macros.html' import subheader, timestamp, pager, babycode_editor_component -%} {%- from 'common/macros.html' import full_post with context -%} {%- extends 'base.html' -%} {%- block title -%}{{thread.title}}{%- endblock -%} {%- block content -%} {%- set td -%} {%- endset -%} {%- call() subheader(thread.title, td) -%}
Actions {%- if is_logged_in() -%} {%- endif -%} Subscribe via RSS
{%- if is_mod() -%}
Moderation actions
Page {{- pager(page, page_count) -}}
{%- endif -%} {%- endcall -%}
{%- for post in posts -%}
{{full_post(post)}}
{%- endfor -%}
Page {{- pager(page, page_count) -}}
{%- if is_logged_in() -%}

Reply to "{{thread.title}}"

{{- babycode_editor_component() -}}
{%- endif -%} {%- endblock -%}