{% if user %}

~{{ user.username }}

{% if user.location %}

{{user.location}}

{% endif %} {% if user.url %}

{{user.url}}

{% endif %} {% if user.bio %} {{user.bio | md}} {% endif %}
{% endif %}

Embeddable badge for this view:

{% set badge = request.path + '.svg' + ('?search=' + search if search else '') %} builds.sr.ht status

Markdown

[![builds.sr.ht status]({{root}}{{badge}})]({{root}}{{request.full_path}})