{% extends "layout.html" %} {% block title %}Issue #{{ issue_data.number }}{% endblock %} {% block body %} {% include "nav/nav.html" %}
{{ issue_data.body_html|safe }}
{% if session.user_id and session.avatar_url %}
{% include "issue/issue-comment-submit.html" %}
{% endif %}
{% if not session.user_id and not session.avatar_url %} Please login to edit issues. {% endif %}

View issue on Github

Shortcut: Press l on your keyboard to open the label editor. Shortcut: Press g on your keyboard to be taken to the GitHub view of this page.
{% include "issue/issue-aside.html" %}
{% endblock %} {% block extrascripts %} {%- if config.PRODUCTION or config.STAGING -%} {%- endif %} {% endblock %}