{% set username = session.get('username') %} {% set g = g if g is defined else {'user': {'is_admin': False}} %} {% set active_page = active_page if active_page is defined else '' %} {% if effective_appearance %} {% endif %} {% include 'partials/_ui_font_head.html' %} {% block title %}Open Git{% endblock %} {% block head_scripts %}{% endblock %} {% include 'backgrounds/_chooser.html' %} {% if effective_appearance %} {% include 'cursors/default.html' %} {% include 'cursors/glow.html' %} {% include 'cursors/ring.html' %} {% include 'cursors/minimal.html' %} {% endif %}
{% if g.user %}
New Repository
Notifications
{% endif %} {% block header_actions %}{% endblock %}
{% block main_content %}{% endblock %}
{# NEW REPOSITORY CREATION MODAL #} {# DEDICATED CLONE PROGRESS MODAL #}
{# Floating Bulk Bar Container (Universal) #}
{% include '_global_select_picker_modal.html' %} {% if g.user %} {% endif %} {% if not g.user %} {% endif %}
{% block portals %}{% endblock %} {% include "credits_history_modal.html" %} {% include "credit_confirm_modal.html" %} {% include "upgrade_pro_modal.html" %} {% include "subscription_status_modal.html" %} {% if g.user %} {% include "modals/welcome_modal.html" %} {% include "modals/terms_of_service_modal.html" %} {% endif %}
{% block scripts %}{% endblock %}
{% if not g.user %} {% include 'auth_modals.html' %} {% endif %} {% include 'notifications.html' %} {% if g.user %}{% include 'messenger.html' %}{% endif %}