{% extends "two_column_body.html" %} {% import "macros.html" as macros %} {% block title %}{% spaceless %}{% trans %}Ask Your Question{% endtrans %}{% endspaceless %}{% endblock %} {% block forestyle %} {% endblock %} {# main contents of ask form is in the template input_bar #} {% block sidebar %} {% include "widgets/question_edit_tips.html" %} {% endblock %} {% block content %} {% include "widgets/ask_form.html" %} {% endblock %} {% block endjs %} {% if settings.EDITOR_TYPE == 'markdown' %} {% else %} {% include "meta/tinymce.html" %} {% endif %} {% include "meta/editor_data.html" %} {% if mandatory_tags %} {% include "meta/mandatory_tags_js.html" %} {% endif %} {% if settings.TAG_SOURCE == 'category-tree' %} {% include "meta/category_tree_js.html" %} {% endif %} {% endblock %}