{% extends "two_column_body.html" %}
{% import "macros.html" as macros %}
{% block title %}{% spaceless %}{% trans %}Ask a 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 %}
{% include "meta/editor_data.html" %}
{% if mandatory_tags %}
{% include "meta/mandatory_tags_js.html" %}
{% endif %}
{% endblock %}