{%- from 'common/macros.html' import subheader, babycode_editor_component -%} {%- extends 'base.html' -%} {%- block title -%}settings{%- endblock -%} {%- block content -%} {{- subheader('Moderation panel') -}}
Message of the Day

The Message of the Day is shown on the front page and on each topic's thread list.

{{ babycode_editor_component(placeholder='MOTD content', prefill=motd.body_original_markup, id='motd-content', banned_tags=MOTD_BANNED_TAGS) }}
Sort topics
{%- endblock -%}