{%- from 'common/macros.html' import subheader -%} {%- extends 'base.html' -%} {%- block title -%}creating a topic{%- endblock -%} {%- block content -%} {{subheader('Create topic', 'The new topic will appear at the bottom of the current topic list. You can sort it later.')}}
{%- endblock -%}