{% extends "two_column_body.html" %}
{% 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 "blocks/question_edit_tips.html" %}
{% endblock %}
{% block endjs %}
{% include "blocks/editor_data.html" %}
{% endblock %}