{%- from 'common/macros.html' import subheader -%} {%- extends 'base.html' -%} {%- block title -%}editing topic {{topic.name}}{%- endblock -%} {%- block content -%} {{subheader('Editing topic %s' % topic.name, 'To preserve history, the URL of the topic can not be changed.')}}
{%- endblock -%}