{%- from 'common/macros.html' import subheader, babycode_editor_component -%} {%- extends 'base.html' -%} {%- block title -%}editing thread "{{thread.title}}"{%- endblock -%} {%- block content -%} {{subheader('Rename thread "%s"' % thread.title, 'You can change the thread title here. To edit the OP of this thread, press the Edit button on the post instead.')}}
{%- endblock -%}