{% extends "base.html" %} {% block content %}
{% include "partials/repo_heading.html" %} {% set repo_tab = "threads" %} {% include "partials/repo_tabs.html" %}
{% include "repo/partials/thread_reply_edit_fragment.html" %}
{% endblock %}