{% extends "base.html" %} {% block content %} {% include "partials/flash.html" %}
Welcome to {{ owner.username }}'s public profile. Browse their public repositories and recent updates below.
{% include "user/ping_card.html" %}No repositories yet.
{% else %}| Repository | Visibility | Created |
|---|---|---|
|
{{ repo.name }}
{{ repo.slug }}
{% if repo.description %}
{{ repo.description }}
{% endif %}
|
{% if repo.visibility == "public" %} Public {% else %} Private {% endif %} | {{ repo.created_at | humantime }} |