{% extends "layout.html" %} {% block body %}

Welcome back, {{ current_user.username }}! This is the {{cfg("sr.ht", "site-name")}} git hosting service. Documentation for its use is available here.

Create new repository {{icon("caret-right")}}

{% if repos and len(repos) %}
{% for repo in repos %}

~{{current_user.username}}/{{repo.name}} {% if repo.visibility.value != 'public' %} {{ repo.visibility.value }} {% endif %}

{% if repo.description %}

{{ repo.description }}

{% endif %}
{% endfor %}
More on your profile {{icon("caret-right")}} {% endif %}
{% endblock %}