{% extends "layout-full.html" %} {% block title %} Browse projects - {{cfg("sr.ht", "site-name")}} {% endblock %} {% block body %}

Browse public projects

{% if search_error %}
{{ search_error }}
{% endif %}
Sort results by
{% for project in projects %} {% endfor %}
{{pagination()}}

Featured projects

{% for i in range(3) %} ~sircmpwn/sourcehut
SourceHut itself is a free and open-source software project. You can read and contribute to the code, and install it on your own servers.
{% endfor %}
{% endblock %}