{% extends "layout.html" %}
{% block title %}new pull · {{ owner.username }}/{{ repo.name }} — kitgit{% endblock %}
{% block content %}
New pull request
{% let tab = "pulls" %}
{% let archive_ref = repo.default_branch %}
{% include "partials/repo_tabs.html" %}
{% if let Some(err) = error %}{{ err }}
{% endif %}
{% endblock %}