{% extends "base.html" %} {% block content %}
{% include "partials/repo_heading.html" %} {% with breadcrumbs=[ {"name": owner_name, "href": owner_path}, {"name": repo.name, "href": repo_path}, {"name": "Forking"} ], nav_class="d-inline-block align-self-start" %} {% include "partials/breadcrumbs.html" %} {% endwith %}

Forking {{ repo.name }}

We are copying the repository. This page will refresh automatically.

{% endblock %} {% block scripts %} {% if refresh %} {% endif %} {% endblock %}