{% extends "layout.html" %} {% block title %}{{ social.title }}{% endblock %} {% block meta %} {% include "partials/social_meta.html" %} {% endblock %} {% block content %} {% if let Some(u) = viewer %}

kitgit

{% if !motd.is_empty() %}

{{ motd }}

{% endif %}
your repositories {% if my_repos.is_empty() %}

No repositories yet. Create one.

{% else %} {% endif %}
your activity {% if activities.is_empty() %}

No activity yet.

{% else %} {% endif %}
{% else %}

kitgit

{% if !motd.is_empty() %}

{{ motd }}

{% else %}

Self-hosted git for your team.

{% endif %}
log in sign up explore
{% endif %} {% endblock %}