{% extends "base.html" %} {% block content %}
{% include "partials/repo_heading.html" %} {% set repo_tab = "threads" %} {% include "partials/repo_tabs.html" %}
New thread Back to threads
{% if form_error %} {% endif %} {% if current_user %}
{% set thread_form_prefix = "thread" %} {% include "repo/partials/thread_metadata_buttons.html" %}
{% with textarea_id="thread-body", textarea_name="body", textarea_rows=8, textarea_value=form.body, textarea_classes="form-control", textarea_autofocus=false %} {% include "partials/markdown_preview_tabs.html" %} {% endwith %}
Cancel
{% else %}

Sign in to create a thread.

{% endif %}
{% endblock %}