{% from 'common/macros.html' import babycode_editor_component %} {% extends 'base.html' %} {% block title %}editing MOTD{% endblock %} {% block content %}

Edit Message of the Day

The Message of the Day will show up on the main page and in every topic.


{{ babycode_editor_component('body', ta_placeholder='MOTD body (required)', banned_tags=['img', 'spoiler', '@mention'], prefill=current.body_original_markup) }}
{% endblock %}