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

{{ name }}

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

{{ description }}

{% endif %}

{{ commit_count }} {% if commit_count == 1 %}commit{% else %}commits{% endif %}

Clone
Branches {{ branches.len() }}
Tags {{ tags.len() }}
{% if let Some(readme) = readme %}
{{ readme | safe }}
{% endif %} {% endblock %} {% block scripts %} {% endblock %}