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

Welcome back, {{current_user.canonical_name}}! This is the {{cfg("sr.ht", "site-name")}} hub service, which organizes and indexes projects and users on the platform.

Create new project {{icon("caret-right")}} View your profile {{icon("caret-right")}}

Discover interesting projects

SourceHut

The hacker's software forge

KnightOS

A Unix-like operating system for TI...

aerc

The world's best email client

Browse more projects {{icon("caret-right")}}

{% if search_error %}
{{ search_error }}
{% endif %}
{% for i in range(25 // 3) %}

SourceHut

The hacker's software forge

KnightOS

A Unix-like operating system for TI...

aerc

The world's best email client

{% endfor %}
{% endblock %}