{% extends "base.html" %} {% block title %} {{ name }} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}

{{ name }}

{% if let Some(description) = description %}

{{ description }}

{% endif %}
Clone
{% if let Some(branch) = default_branch %}
Archive
{% endif %}
Branches [{{ branches.len() }}]
Tags [{{ tags.len() }}]
{% if let Some(sha) = head_sha %} Tree [{{ sha[..8] }}] [>] {% endif %} Commits [{{ commit_count }}] [>]
{% if let Some(readme) = readme %}
{{ readme | safe }}
{% endif %} {% endblock %} {% block scripts %} {% endblock %}