{% extends "layout.html" %} {% block title %}new issue · {{ owner.username }}/{{ repo.name }} — kitgit{% endblock %} {% block content %}

New issue

{% let tab = "issues" %} {% let archive_ref = repo.default_branch %} {% include "partials/repo_tabs.html" %} {% if let Some(err) = error %}
{{ err }}
{% endif %}
{% if !labels.is_empty() %}
labels {% for l in labels %} {% endfor %}
{% endif %} {% if !milestones.is_empty() %} {% endif %}
cancel
{% endblock %}