{% from "common/macros.html" import babycode_editor_component %} {% extends "base.html" %} {% block title %}drafting a thread{% endblock %} {% block content %}

New thread



{{ babycode_editor_component("initial_post") }}
{% endblock %}