{% extends "misago/base.html" %} {% load i18n %} {% block title %}{% trans "Start new thread" %} | {{ forum }} | {{ block.super }}{% endblock title %} {% block content %}

{% trans "Once you start writing mesage, it's preview will be displayed here." %}

{% trans "Preview updates automatically when you pause typing." %}

{% include "misago/posting/form.html" %} {% endblock content %} {% block javascripts %} {{ block.super }} {% endblock javascripts %}